1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/truereality/files/patch-ab

13 lines
314 B
Plaintext
Raw Normal View History

--- Makefile.vars.ORIG Sat May 20 13:55:28 2000
+++ Makefile.vars Sat May 20 13:56:19 2000
@@ -217,6 +217,9 @@
endif
ifeq "$(findstring OPENGL,$(EXPERIMENTAL))" "OPENGL"
+ifeq ($(ARCH),bsd)
+LDLIBS := $(LDLIBS) -lGL -lGLU -lglut
+endif
ifeq ($(ARCH),os2)
LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut
endif