mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
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
|