diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-10-27 12:56:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-10-27 12:56:55 +0000 |
commit | 49858203698984fdd33c3abf3db42e98bac43b6a (patch) | |
tree | f96ed73f511c33b905fe2862b42301fc30d8e60a /emulators/uae | |
parent | 0c704431028038e2dbf9b98d0fa50d689b96444c (diff) | |
download | ports-49858203698984fdd33c3abf3db42e98bac43b6a.tar.gz ports-49858203698984fdd33c3abf3db42e98bac43b6a.zip |
Notes
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 3 |
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: |