1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/emulators/truereality/files/patch-ab
Steve Price cac61163f1 TrueReality version 1999062900
A Nintendo N64(tm) emulator.

PR:		15146
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
1999-12-25 15:50:05 +00:00

13 lines
318 B
Plaintext

--- 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