diff options
author | pat <pat@FreeBSD.org> | 2002-11-25 04:42:03 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-11-25 04:42:03 +0800 |
commit | 62bf7c90ff082c5e144a6136d7d8e3a18b0e0178 (patch) | |
tree | 6da0d5d697c64d8c77739401b09c0c69c0419ae6 /emulators/uae | |
parent | 8c5e810f585db5557875040b50c9b01eedaa5a4a (diff) | |
download | freebsd-ports-gnome-62bf7c90ff082c5e144a6136d7d8e3a18b0e0178.tar.gz freebsd-ports-gnome-62bf7c90ff082c5e144a6136d7d8e3a18b0e0178.tar.zst freebsd-ports-gnome-62bf7c90ff082c5e144a6136d7d8e3a18b0e0178.zip |
Build under -current again
PR: ports/42779
Submitted by: maintainer
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index bfa8dac6d757..e3ecef18a082 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -19,6 +19,7 @@ USE_XLIB= yes USE_GNOMENG= yes USE_GNOME= gtk12 USE_REINPLACE= yes +USE_GCC= 2.95 CFLAGS+= ${PTHREAD_CFLAGS} |