From c4aeb41daf35b269c768d484f979ffcb33f3ce9c Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Fri, 26 Dec 2014 19:36:40 +0000 Subject: [PATCH] - 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 --- audio/libsidplay2/Makefile | 4 +++- audio/sidplay2/Makefile | 2 +- 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|||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}