aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/truereality/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 15:50:05 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 15:50:05 +0000
commitcac61163f15536c48bda8d85cc18421c6bb5c450 (patch)
tree52d633193e210559c26e4bac89579521a6afe763 /emulators/truereality/files/patch-ab
parent1042d7357569914588a60f328ea92de1335385e3 (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-ab')
-rw-r--r--emulators/truereality/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/truereality/files/patch-ab b/emulators/truereality/files/patch-ab
new file mode 100644
index 000000000000..1f77a9c30238
--- /dev/null
+++ b/emulators/truereality/files/patch-ab
@@ -0,0 +1,12 @@
+--- Makefile.ORIG Sat Nov 27 23:06:31 1999
++++ Makefile Sun Nov 28 15:18:03 1999
+@@ -354,6 +354,9 @@
+ ifeq ($(ARCH),os2)
+ LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut
+ endif
++ifeq ($(ARCH),bsd)
++LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU
++endif
+ ifeq ($(ARCH),linux)
+ LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut
+ endif