From owner-freebsd-ports Tue Dec 31 17:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67EAB37B405 for ; Tue, 31 Dec 2002 17:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DBC543EC5 for ; Tue, 31 Dec 2002 17:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h011K3NS006492 for ; Tue, 31 Dec 2002 17:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h011K3D4006491; Tue, 31 Dec 2002 17:20:03 -0800 (PST) Date: Tue, 31 Dec 2002 17:20:03 -0800 (PST) Message-Id: <200301010120.h011K3D4006491@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Keith Jones Subject: Re: ports/46644: upgrade emulators/uae to GCC 3.2.1 Reply-To: Keith Jones Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/46644; it has been noted by GNATS. From: Keith Jones To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/46644: upgrade emulators/uae to GCC 3.2.1 Date: Wed, 01 Jan 2003 01:15:05 +0000 This is a multi-part message in MIME format. --------------010501050007020000070708 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Argh, I still didn't get this right! Revised patch-ab attached. --------------010501050007020000070708 Content-Type: text/plain; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ab" --- src/Makefile.in.orig Mon Nov 19 12:34:18 2001 +++ src/Makefile.in Tue Dec 31 03:12:40 2002 @@ -121,9 +121,7 @@ cputbl.h: cpuemu.c -cpufast.s: cpuemu.c tools/cpuopti - $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s - ./tools/cpuopti $@ - rm cputmp.s +cpufast.s: cpuemu.c + $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o $@ console_missing.o: missing.c $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@ --------------010501050007020000070708-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message