diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-11-23 10:11:33 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-11-23 10:11:33 +0000 |
commit | f875313d40731bb8af4732b7090fbb4e37c6db6d (patch) | |
tree | 50029d5ba4eaf27869c96be10fea1168f876f8b0 /net/dictd/files/patch-Makefile_in | |
parent | Update to 0.8.3 (diff) |
Upgrade to 1.8.0. patch-servparse.y has been submitted to the
maintainers.
Diffstat (limited to 'net/dictd/files/patch-Makefile_in')
-rw-r--r-- | net/dictd/files/patch-Makefile_in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dictd/files/patch-Makefile_in b/net/dictd/files/patch-Makefile_in index 5392f867ece0..370b70fd1b01 100644 --- a/net/dictd/files/patch-Makefile_in +++ b/net/dictd/files/patch-Makefile_in @@ -17,7 +17,7 @@ +XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. # -Iregex XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@ -LDLIBS= @LIBS@ -Lregex -lregex -+LDLIBS= @LIBS@ # -Lregex -lregex ++LDLIBS= @LIBS@ -L%%PREFIX%%/lib -lltdl # -Lregex -lregex EXES= dict dictd dictzip |