diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-11-24 20:42:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-11-24 20:42:03 +0000 |
commit | baa0cfc5d3b99fdd93eebed22fb0f82b51806507 (patch) | |
tree | f14feabc31961525c7693d963d8a2714bee52976 /emulators/uae | |
parent | Update to version 1.21. (diff) |
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} |