svn commit: r373152 - head/audio/herrie

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 23 14:13:43 UTC 2014


Author: amdmi3
Date: Sun Nov 23 14:13:42 2014
New Revision: 373152
URL: https://svnweb.freebsd.org/changeset/ports/373152
QAT: https://qat.redports.org/buildarchive/r373152/

Log:
  - Fix MODPLUG support
  
  PR:		194343
  Submitted by:	amdmi3
  Approved by:	maintainer timeout
  MFH:		2014Q4

Modified:
  head/audio/herrie/Makefile

Modified: head/audio/herrie/Makefile
==============================================================================
--- head/audio/herrie/Makefile	Sun Nov 23 13:53:45 2014	(r373151)
+++ head/audio/herrie/Makefile	Sun Nov 23 14:13:42 2014	(r373152)
@@ -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


More information about the svn-ports-head mailing list