diff options
Diffstat (limited to 'emulators/truereality/files/patch-ab')
-rw-r--r-- | emulators/truereality/files/patch-ab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/truereality/files/patch-ab b/emulators/truereality/files/patch-ab deleted file mode 100644 index 7e2c2741ae8d..000000000000 --- a/emulators/truereality/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |