freebsd-ports/emulators/truereality/files/patch-ab
Will Andrews b962685c91 Update to 1999121400 version, and add Alpha support. I modified the
patch Mario created for the Makefile so it would use proper Makefile logic.

PR:		18734
Submitted by:	MAINTAINER
2000-05-22 07:18:04 +00:00

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