1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

PERL -> REINPLACE

PR:		44522
Submitted by:	maintainer
This commit is contained in:
Oliver Braun 2002-10-27 12:56:55 +00:00
parent 0c70443102
commit 4985820369
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68919

View File

@ -18,11 +18,12 @@ CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga
USE_XLIB= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
CFLAGS+= ${PTHREAD_CFLAGS}
pre-configure:
@${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
do-install: