mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
fee519b29e
- 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
20 lines
367 B
Plaintext
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
|