aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-12-26 19:36:40 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-12-26 19:36:40 +0000
commitc4aeb41daf35b269c768d484f979ffcb33f3ce9c (patch)
tree9020078ee8d37fd5be1ea8facd35231c3a9ef9c1 /audio
parent14692470350bf2d74fde115b888dd4ffe0147541 (diff)
downloadports-c4aeb41daf35b269c768d484f979ffcb33f3ce9c.tar.gz
ports-c4aeb41daf35b269c768d484f979ffcb33f3ce9c.zip
- Fix build break of ports expecting -fPIC for libsidplay2 on amd64
- Bump PORTREVISION of libsidplay2 and sidplay2 (package change) PR: 195343 Submitted by: crest@sahiro.org MFH: 2014Q4
Notes
Notes: svn path=/head/; revision=375650
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay2/Makefile4
-rw-r--r--audio/sidplay2/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index 31656c927558..456a41353999 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libsidplay2
PORTVERSION= 2.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio emulators
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
DISTNAME= sidplay-libs-${PORTVERSION}
@@ -16,6 +16,8 @@ INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
+CFLAGS_amd64+= -fPIC
+
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
${WRKSRC}/libsidutils/src/ini/ini.cpp
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
index 81725827de0c..7c67452f3a45 100644
--- a/audio/sidplay2/Makefile
+++ b/audio/sidplay2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sidplay2
PORTVERSION= 2.0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
DISTNAME= sidplay-${PORTVERSION}