1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/emulators/snes9x/files/patch-Makefile.in
Jose Alonso Cardenas Marquez fee519b29e - Update to 1.5
- Add new mirrors to MASTER_SITES
- Add pkg-message file
- Convert to OPTIONS
- Clean patch files
- Install DOCSDIR files
- Remove obsolete patch
- Remove USE_X_PREFIX
- Take maintainership
2006-12-27 17:27:37 +00:00

20 lines
367 B
Plaintext

--- Makefile.in Tue Dec 26 16:46:56 2006
+++ Makefile.in Tue Dec 26 16:49:20 2006
@@ -138,7 +138,6 @@
ifdef THREAD_SOUND
CPUDEFINES += -DUSE_THREADS
-EXTRALIBS += -lpthread
endif
ifdef GLIDE
@@ -150,7 +149,7 @@
ifdef OPENGL
OPENGLOBJS = unix/opengl.o
OPENGLDEFINES = -DUSE_OPENGL
-OPENGLLIBS = -lGL -lGLU -ldl
+OPENGLLIBS = -lGL -lGLU
endif
ifdef AIDO