diff options
Diffstat (limited to 'emulators/uae/Makefile')
-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 bb73117..bfa8dac 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: |