* 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
|
||||
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
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' \
|
||||
${WRKSRC}/libsidutils/src/ini/ini.cpp
|
||||
|
||||
|
|
Loading…
Reference in a new issue