summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-10-27 12:56:55 +0000
commit49858203698984fdd33c3abf3db42e98bac43b6a (patch)
treef96ed73f511c33b905fe2862b42301fc30d8e60a /emulators
parentupgrade to 1.5.5 (diff)
PERL -> REINPLACE
PR: 44522 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=68919
Diffstat (limited to 'emulators')
-rw-r--r--emulators/uae/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index bb7311718b40..bfa8dac6d757 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -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: