diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:50:05 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:50:05 +0000 |
| commit | cac61163f15536c48bda8d85cc18421c6bb5c450 (patch) | |
| tree | 52d633193e210559c26e4bac89579521a6afe763 /emulators/truereality/files/patch-aa | |
| parent | 1042d7357569914588a60f328ea92de1335385e3 (diff) | |
TrueReality version 1999062900
A Nintendo N64(tm) emulator.
PR: 15146
Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
Diffstat (limited to 'emulators/truereality/files/patch-aa')
| -rw-r--r-- | emulators/truereality/files/patch-aa | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/emulators/truereality/files/patch-aa b/emulators/truereality/files/patch-aa new file mode 100644 index 000000000000..57f632d0fa15 --- /dev/null +++ b/emulators/truereality/files/patch-aa @@ -0,0 +1,34 @@ +--- Makefile.tmpl.ORIG Sat Nov 27 22:21:16 1999 ++++ Makefile.tmpl Sun Nov 28 15:40:17 1999 +@@ -39,8 +39,8 @@ + ############################################################################### + + # it might be that you need gmake (in my distribution make is a link to gmake) +-MAKE = make +-#MAKE = gmake ++#MAKE = make ++MAKE = gmake + #MAKE = /usr/local/bin/gmake + + +@@ -60,7 +60,8 @@ + HOSTCFLAGS = + #HOSTCFLAGS = -ansi -pedantic + +-HOSTCPP = $(HOSTCC) -E ++HOSTCPP = $(CXX) ++#HOSTCPP = $(HOSTCC) -E + #HOSTCPP = cpp + + #HOSTLD = ld +@@ -188,8 +189,8 @@ + # # + ############################################################################### + +-ARCH = linux +-#ARCH = bsd ++#ARCH = linux ++ARCH = bsd + #ARCH = sunos + #ARCH = solaris + #ARCH = aix |
