mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
|
--- src/Makefile.in.orig Thu Oct 28 16:50:34 1999
|
||
|
+++ src/Makefile.in Thu Oct 28 16:50:37 1999
|
||
|
@@ -130,7 +130,7 @@
|
||
|
LEX= @LEX@
|
||
|
LEXLIB = @LEXLIB@
|
||
|
|
||
|
-LDFLAGS= @LDFLAGS@
|
||
|
+LDFLAGS= @LDFLAGS@ -pthread
|
||
|
LIBS= @LIBS@
|
||
|
|
||
|
DEFS= @DEFS@
|