diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 16:44:30 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 16:44:30 +0000 |
commit | 30a9e6d5cd669bf0e0e30340edc81bc1a2b87227 (patch) | |
tree | 61ec8168bdd19b35fc261ce5c3e1fbbf43311f71 /net/zebra-server/files/patch-dfa-Makefile.in | |
parent | Update to version 1.3 (diff) |
Update to version 1.3.4.
Diffstat (limited to '')
-rw-r--r-- | net/zebra-server/files/patch-dfa-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/zebra-server/files/patch-dfa-Makefile.in b/net/zebra-server/files/patch-dfa-Makefile.in index 14a159381b94..58bd1d59edb6 100644 --- a/net/zebra-server/files/patch-dfa-Makefile.in +++ b/net/zebra-server/files/patch-dfa-Makefile.in @@ -1,11 +1,11 @@ ---- dfa/Makefile.in.orig Wed Dec 26 11:44:33 2001 -+++ dfa/Makefile.in Wed Dec 26 11:45:00 2001 -@@ -78,7 +78,7 @@ +--- 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@ @LIBS@ -+LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ @PTHREAD_LIBS@ +-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) ++LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@ agrep_SOURCES = agrep.c |