Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2014 14:54:54 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r375791 - branches/2014Q4/audio/libsidplay2
Message-ID:  <201412291454.sBTEssDG079025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Dec 29 14:54:53 2014
New Revision: 375791
URL: https://svnweb.freebsd.org/changeset/ports/375791
QAT: https://qat.redports.org/buildarchive/r375791/

Log:
  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)

Modified:
  branches/2014Q4/audio/libsidplay2/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/audio/libsidplay2/Makefile
==============================================================================
--- branches/2014Q4/audio/libsidplay2/Makefile	Mon Dec 29 14:47:52 2014	(r375790)
+++ branches/2014Q4/audio/libsidplay2/Makefile	Mon Dec 29 14:54:53 2014	(r375791)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412291454.sBTEssDG079025>