mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- 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
This commit is contained in:
parent
1469247035
commit
c4aeb41daf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375650
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= libsidplay2
|
PORTNAME= libsidplay2
|
||||||
PORTVERSION= 2.1.1
|
PORTVERSION= 2.1.1
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= audio emulators
|
CATEGORIES= audio emulators
|
||||||
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
|
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
|
||||||
DISTNAME= sidplay-libs-${PORTVERSION}
|
DISTNAME= sidplay-libs-${PORTVERSION}
|
||||||
|
@ -16,6 +16,8 @@ INSTALL_TARGET= install-strip
|
||||||
USES= gmake libtool pathfix pkgconfig
|
USES= gmake libtool pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
CFLAGS_amd64+= -fPIC
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
|
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
|
||||||
${WRKSRC}/libsidutils/src/ini/ini.cpp
|
${WRKSRC}/libsidutils/src/ini/ini.cpp
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= sidplay2
|
PORTNAME= sidplay2
|
||||||
PORTVERSION= 2.0.9
|
PORTVERSION= 2.0.9
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio emulators
|
CATEGORIES= audio emulators
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
|
||||||
DISTNAME= sidplay-${PORTVERSION}
|
DISTNAME= sidplay-${PORTVERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue