diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-22 07:18:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-22 07:18:04 +0000 |
commit | b962685c91c3eafb81fe6a50e765e1e2eae1b811 (patch) | |
tree | cb0f6658a16c272c8006e020c52ff8455767d873 /emulators/truereality/files/patch-ab | |
parent | Update to 2.8.2. This tarball is being hosted on my website since it was (diff) |
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
Notes
Notes:
svn path=/head/; revision=28661
Diffstat (limited to 'emulators/truereality/files/patch-ab')
-rw-r--r-- | emulators/truereality/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/truereality/files/patch-ab b/emulators/truereality/files/patch-ab index 1f77a9c30238..7e2c2741ae8d 100644 --- a/emulators/truereality/files/patch-ab +++ b/emulators/truereality/files/patch-ab @@ -1,12 +1,12 @@ ---- 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 +--- 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) -lMesaGL -lMesaGLU ++LDLIBS := $(LDLIBS) -lGL -lGLU -lglut +endif - ifeq ($(ARCH),linux) + ifeq ($(ARCH),os2) LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut endif |