diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-05 18:01:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-05 18:01:58 +0800 |
commit | 6b0982be473d8754843005d6f73da05589af7bc3 (patch) | |
tree | f49a1e2d7ade153b70fc3ce4623b215ec784a2d3 | |
parent | 8380c08717b45399d795f7a7a795a0d25a42b12b (diff) | |
download | freebsd-ports-gnome-6b0982be473d8754843005d6f73da05589af7bc3.tar.gz freebsd-ports-gnome-6b0982be473d8754843005d6f73da05589af7bc3.tar.zst freebsd-ports-gnome-6b0982be473d8754843005d6f73da05589af7bc3.zip |
- Set USE_GCC 3.4 author will fix with the next update.
PR: 113095
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer)
-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 86a126b81ecb..6def14113e92 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ \ MAINTAINER= simond@irrelevant.org COMMENT= Amiga emulator -CONFLICTS= e-uae-* +CONFLICTS= e-uae-[0-9]* USE_GMAKE= yes GNU_CONFIGURE= yes @@ -23,6 +23,7 @@ USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes USE_GNOME= gtk20 +USE_GCC= 3.4 CFLAGS+= ${PTHREAD_CFLAGS} |