mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
1f8cd43b73
PR: 43142 Submitted by: Robin Schilham <co9@xs4all.nl> (based on)
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
--- app/Makefile.in-orig Tue Jun 17 17:33:15 2003
|
|
+++ app/Makefile.in Tue Jun 17 17:33:33 2003
|
|
@@ -149,7 +149,7 @@
|
|
LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
-LIBS = -lpthread -ldl $(SUN_LIBS)
|
|
+LIBS = -pthread $(SUN_LIBS)
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|