Date: Thu, 20 Feb 2014 14:38:19 +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: r345236 - head/net/mediatomb Message-ID: <201402201438.s1KEcJNi094209@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201438.s1KEcJNi094209>