diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-20 17:04:48 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-20 17:04:48 +0000 |
commit | 789a860dad0d654df0b1c45b9ef5a38c05fb9b84 (patch) | |
tree | 5e9eae1cfe6284557e15813c88ae6c4faed1b107 /emulators/uae | |
parent | upgrade to 0.4.8.pl3 (diff) |
Enable threading, enable the GUI.
PR: 36848
Submitted by: maintainer
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index f6408e569f45..f69333f617c8 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -7,6 +7,7 @@ PORTNAME= uae PORTVERSION= 0.8.21 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ @@ -14,8 +15,15 @@ MAINTAINER= simond@irrelevant.org USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga --disable-ui +CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes +USE_GTK= yes + +CFLAGS+= ${PTHREAD_CFLAGS} + +pre-configure: + @${PERL} -pi.orig -e 's:-lpthread:${PTHREAD_LIBS}:g' \ + ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uae ${PREFIX}/bin |