From 68215d18407543495b8a3efb3980c3fb2489f4cc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 11 Sep 1999 13:21:02 +0000 Subject: pgcc compiler is called pgcc, not egcs. The port still doesn't build ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling. --- emulators/snes9x/Makefile | 2 +- emulators/snes9x/files/patch-aa | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 54f8816d198b..bcea36c79985 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.snes9x.com/zips/ MAINTAINER= nacai@iname.com -BUILD_DEPENDS= egcc:${PORTSDIR}/lang/pgcc +BUILD_DEPENDS= pgcc:${PORTSDIR}/lang/pgcc BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= i386 diff --git a/emulators/snes9x/files/patch-aa b/emulators/snes9x/files/patch-aa index d4679737ea03..320fa8c66124 100644 --- a/emulators/snes9x/files/patch-aa +++ b/emulators/snes9x/files/patch-aa @@ -24,8 +24,8 @@ -CCC = gcc -CC = gcc -+CCC = egcc -+CC = egcc ++CCC = pgcc ++CC = pgcc NASM = nasm INCLUDES=-I/usr/X11R6/include -I/usr/local/include -- cgit v1.2.3