svn commit: r345236 - head/net/mediatomb

Tijl Coosemans tijl at FreeBSD.org
Thu Feb 20 14:38:20 UTC 2014


Author: tijl
Date: Thu Feb 20 14:38:19 2014
New Revision: 345236
URL: http://svnweb.freebsd.org/changeset/ports/345236
QAT: https://qat.redports.org/buildarchive/r345236/

Log:
  Add USES=iconv to fix compilation on FreeBSD 10 with libiconv installed.

Modified:
  head/net/mediatomb/Makefile

Modified: head/net/mediatomb/Makefile
==============================================================================
--- head/net/mediatomb/Makefile	Thu Feb 20 14:35:46 2014	(r345235)
+++ head/net/mediatomb/Makefile	Thu Feb 20 14:38:19 2014	(r345236)
@@ -20,6 +20,7 @@ CONFIGURE_ARGS=	--with-search="${LOCALBA
 		--disable-inotify
 CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
+USES=		iconv
 USE_RC_SUBR=	mediatomb
 
 # --- configurable variables ---


More information about the svn-ports-all mailing list