summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-11 13:21:02 +0000
committerasami <asami@FreeBSD.org>1999-09-11 13:21:02 +0000
commit73175a2c084723620fa86caa523cd74823d4294d (patch)
treebb0242238966005320b95f45de231146c111a84b /emulators
parent24ed629de18ea02332cb0e6790f8a20ca1287a0b (diff)
downloadFreeBSD-ports-73175a2c084723620fa86caa523cd74823d4294d.zip
FreeBSD-ports-73175a2c084723620fa86caa523cd74823d4294d.tar.gz
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.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x/Makefile2
-rw-r--r--emulators/snes9x/files/patch-aa4
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 54f8816..bcea36c 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 d467973..320fa8c 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
OpenPOWER on IntegriCloud