Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 20:18:41 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344629 - head/audio/musicpd
Message-ID:  <201402162018.s1GKIfPV023658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402162018.s1GKIfPV023658>