patch Mario created for the Makefile so it would use proper Makefile logic. PR: 18734 Submitted by: MAINTAINER
12 lines
314 B
Text
12 lines
314 B
Text
--- 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
|