mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
* Rearrange USE_GNOME
PR: 55051 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
7bf2d9256f
commit
bcbb29840d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85928
1 changed files with 1 additions and 7 deletions
|
@ -15,18 +15,12 @@ DISTNAME= sidplay-libs-${PORTVERSION}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
||||||
|
|
||||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
||||||
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
||||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
|
||||||
@${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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue