svn commit: r344628 - head/audio/libsidplay2
Chris Rees
crees at FreeBSD.org
Sun Feb 16 20:17:57 UTC 2014
Author: crees
Date: Sun Feb 16 20:17:56 2014
New Revision: 344628
URL: http://svnweb.freebsd.org/changeset/ports/344628
QAT: https://qat.redports.org/buildarchive/r344628/
Log:
ldconfig should find all the libs installed
PR: ports/186543
Modified:
head/audio/libsidplay2/Makefile
Modified: head/audio/libsidplay2/Makefile
==============================================================================
--- head/audio/libsidplay2/Makefile Sun Feb 16 20:12:06 2014 (r344627)
+++ head/audio/libsidplay2/Makefile Sun Feb 16 20:17:56 2014 (r344628)
@@ -3,13 +3,13 @@
PORTNAME= libsidplay2
PORTVERSION= 2.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio emulators
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
DISTNAME= sidplay-libs-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
+COMMENT= Library to play Commodore 64 SID-tunes cycle accurately
USES= gmake pathfix pkgconfig
USE_AUTOTOOLS= libtool
@@ -18,7 +18,7 @@ LIBTOOLFILES= builders/hardsid-builder/c
libsidplay/configure \
libsidutils/configure \
resid/configure
-USE_LDCONFIG= yes
+USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/sidplay/builders
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
More information about the svn-ports-head
mailing list