svn commit: r386547 - head/net/mediatomb
Tijl Coosemans
tijl at FreeBSD.org
Sat May 16 13:57:11 UTC 2015
Author: tijl
Date: Sat May 16 13:57:10 2015
New Revision: 386547
URL: https://svnweb.freebsd.org/changeset/ports/386547
Log:
Fix iconv related build problem. The port is still marked BROKEN.
PR: 200232
Modified:
head/net/mediatomb/Makefile
Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile Sat May 16 13:36:16 2015 (r386546)
+++ head/net/mediatomb/Makefile Sat May 16 13:57:10 2015 (r386547)
@@ -15,6 +15,7 @@ BROKEN= Fails to configure, does not us
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread
CONFIGURE_ARGS= --with-search="${LOCALBASE}" \
--disable-inotify
More information about the svn-ports-all
mailing list