svn commit: r344629 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Sun Feb 16 20:18:42 UTC 2014


Author: crees
Date: Sun Feb 16 20:18:41 2014
New Revision: 344629
URL: http://svnweb.freebsd.org/changeset/ports/344629
QAT: https://qat.redports.org/buildarchive/r344629/

Log:
  Fix build with sidplay2
  
  PR:		ports/186543

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Feb 16 20:17:56 2014	(r344628)
+++ head/audio/musicpd/Makefile	Sun Feb 16 20:18:41 2014	(r344629)
@@ -21,7 +21,7 @@ USE_RC_SUBR=	${PORTNAME}
 CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar
 CFLAGS+=	-I${PREFIX}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders
 
 PORTDOCS=	AUTHORS README COPYING NEWS UPGRADING
 
@@ -106,7 +106,7 @@ PULSEAUDIO_LIB_DEPENDS=libpulse.so:${POR
 SAMPLERATE_CONFIGURE_ENABLE=lsr
 SAMPLERATE_LIB_DEPENDS=libsamplerate.so:${PORTSDIR}/audio/libsamplerate
 SIDPLAY2_CONFIGURE_ENABLE=sidplay
-SIDPLAY_LIB_DEPENDS=libsidplay2.so:${PORTSDIR}/audio/libsidplay2
+SIDPLAY2_LIB_DEPENDS=libsidplay2.so:${PORTSDIR}/audio/libsidplay2
 SNDFILE_CONFIGURE_ENABLE=sndfile
 SNDFILE_LIB_DEPENDS=libsndfile.so:${PORTSDIR}/audio/libsndfile
 SQLITE3_CONFIGURE_ENABLE=sqlite


More information about the svn-ports-all mailing list