aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-12-29 14:54:53 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-12-29 14:54:53 +0000
commitbd3a3ee29f3cdb3202dae377219ff0c1f243baf0 (patch)
tree4eea9ebae48ff2926ade4cdf0a77945e33e0eb8e
parenta5e88dfa8e9b8455d3ee6f8b4f91e53f8b0a95ca (diff)
downloadports-bd3a3ee29f3cdb3202dae377219ff0c1f243baf0.tar.gz
ports-bd3a3ee29f3cdb3202dae377219ff0c1f243baf0.zip
MFH: r375650
- 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 Approved by: ports-secteam (rea)
Notes
Notes: svn path=/branches/2014Q4/; revision=375791
-rw-r--r--audio/libsidplay2/Makefile4
1 files changed, 3 insertions, 1 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