Date: Sun, 23 Nov 2014 19:43:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r373171 - branches/2014Q4/audio/herrie Message-ID: <201411231943.sANJhVCk045229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 23 19:43:31 2014 New Revision: 373171 URL: https://svnweb.freebsd.org/changeset/ports/373171 QAT: https://qat.redports.org/buildarchive/r373171/ Log: MFH: r373152 - Fix MODPLUG support PR: 194343 Submitted by: amdmi3 Approved by: maintainer timeout Approved by: ports-secteam (rea) Modified: branches/2014Q4/audio/herrie/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/audio/herrie/Makefile ============================================================================== --- branches/2014Q4/audio/herrie/Makefile Sun Nov 23 19:33:16 2014 (r373170) +++ branches/2014Q4/audio/herrie/Makefile Sun Nov 23 19:43:31 2014 (r373171) @@ -34,6 +34,7 @@ VORBIS_CONFIGURE_OFF=no_vorbis SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile SNDFILE_CONFIGURE_OFF=no_sndfile MODPLUG_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug +MODPLUG_CFLAGS= -I${LOCALBASE}/include/libmodplug MODPLUG_CONFIGURE_OFF=no_modplug HTTP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl HTTP_CONFIGURE_OFF=no_http no_scrobbler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411231943.sANJhVCk045229>