diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 13:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 13:21:02 +0000 |
commit | 68215d18407543495b8a3efb3980c3fb2489f4cc (patch) | |
tree | 0a301e276532f9fb604265f913784f91fea2b018 /emulators/snes9x/files/patch-aa | |
parent | Remove /var/db/pkg/* *inside* chroot area, not outside. (diff) |
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/snes9x/files/patch-aa')
-rw-r--r-- | emulators/snes9x/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |