diff options
author | anders <anders@FreeBSD.org> | 2002-04-21 01:04:48 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-21 01:04:48 +0800 |
commit | 0059c1cb7bd9a2cc625ad6fb422fb4284b5093ff (patch) | |
tree | e7c02e5bf83eaf6cbfdbe20723eb638c05363d87 /emulators | |
parent | fced181e5af9eef146d7ce8c9f751b80a30bf815 (diff) | |
download | freebsd-ports-gnome-0059c1cb7bd9a2cc625ad6fb422fb4284b5093ff.tar.gz freebsd-ports-gnome-0059c1cb7bd9a2cc625ad6fb422fb4284b5093ff.tar.zst freebsd-ports-gnome-0059c1cb7bd9a2cc625ad6fb422fb4284b5093ff.zip |
Enable threading, enable the GUI.
PR: 36848
Submitted by: maintainer
Diffstat (limited to 'emulators')
-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 |