mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
cac61163f1
A Nintendo N64(tm) emulator. PR: 15146 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
13 lines
318 B
Plaintext
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
|