From 1793d28b309f02235f7346218ffc1a70e7cddd47 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 5 Jun 2007 10:01:58 +0000 Subject: [PATCH] - Set USE_GCC 3.4 author will fix with the next update. PR: 113095 Submitted by: Simon Dick (maintainer) --- emulators/uae/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}