mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
11 lines
356 B
Text
11 lines
356 B
Text
--- dfa/Makefile.in.orig Sat Jan 4 16:35:12 2003
|
|
+++ dfa/Makefile.in Sat Jan 4 16:35:30 2003
|
|
@@ -84,7 +84,7 @@
|
|
noinst_PROGRAMS = agrep lexer grepper
|
|
|
|
INCLUDES = -I$(srcdir)/../include @YAZINC@
|
|
-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
|
|
+LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@
|
|
|
|
agrep_SOURCES = agrep.c
|
|
|