summaryrefslogtreecommitdiff
path: root/emulators/snes9x/files/patch-Makefile.in
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2003-10-21 02:36:04 +0000
committerBrian Feldman <green@FreeBSD.org>2003-10-21 02:36:04 +0000
commit78e1cd3dce18f2c2b6418c58a2c3288c7db1fdb0 (patch)
treef508a65264ffd4b3ecb7e46c43a053f9acb9e529 /emulators/snes9x/files/patch-Makefile.in
parent. Sort PTHREAD_FILES. (diff)
Allow the user to compile Snes9X without x86 assembly optimizations, and
with OpenGL as a display, with the port flags WITHOUT_X86_ASM and WITH_OPENGL. Instead of updating the port revision, bump the version to "1.41.1", which more accurately reflects what Snes9X is calling itself. Submitted by: KATO Tsuguru <tkato@prontomail.com> PR: ports/57003
Notes
Notes: svn path=/head/; revision=91781
Diffstat (limited to '')
-rw-r--r--emulators/snes9x/files/patch-Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/snes9x/files/patch-Makefile.in b/emulators/snes9x/files/patch-Makefile.in
index 7bfff8547dba..6d1a80565347 100644
--- a/emulators/snes9x/files/patch-Makefile.in
+++ b/emulators/snes9x/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Wed Aug 13 06:27:16 2003
-+++ Makefile.in Sun Oct 12 14:13:49 2003
+--- Makefile.in.orig Tue Aug 12 17:27:16 2003
++++ Makefile.in Mon Oct 20 22:23:13 2003
@@ -74,8 +74,6 @@
CHEATS.O cheats2.o data.o unix/unix.o unix/config.o GLOBALS.O \
$(SPC7110OBJ) $(OBC1OBJ) $(SETAOBJ) $(KREEDOBJ)
@@ -17,6 +17,15 @@
endif
ifdef GLIDE
+@@ -112,7 +109,7 @@
+ ifdef OPENGL
+ OPENGLOBJS = unix/opengl.o
+ OPENGLDEFINES = -DUSE_OPENGL
+-OPENGLLIBS = -lGL -lGLU -ldl
++OPENGLLIBS = -lGL -lGLU
+ OPENGLDEPENDS=use_opengl
+ OPENGLNO_DEPENDS=no_opengl
+ else
@@ -132,7 +129,7 @@
CC = @CC@
NASM = @NASM@