Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 13:57:10 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386547 - head/net/mediatomb
Message-ID:  <201505161357.t4GDvAVn086389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161357.t4GDvAVn086389>