aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-02-16 20:17:56 +0000
committerChris Rees <crees@FreeBSD.org>2014-02-16 20:17:56 +0000
commite55fa0d5ef9ffca65ebe0ad2ae5177442b342689 (patch)
treeb524d061caafcd59b3090bad29f10508fc5977a8 /audio
parent97d8ffc3929e57b372418521a187f14cfcea9d91 (diff)
downloadports-e55fa0d5ef9ffca65ebe0ad2ae5177442b342689.tar.gz
ports-e55fa0d5ef9ffca65ebe0ad2ae5177442b342689.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index b4ee46026860..cdf80804231b 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -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@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/configure \
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' \