mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b962685c91
patch Mario created for the Makefile so it would use proper Makefile logic. PR: 18734 Submitted by: MAINTAINER
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
--- 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
|