diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2003-10-16 07:11:25 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2003-10-16 07:11:25 +0000 |
commit | c87c87d74fa7f303f60407a5aaef762c754760e1 (patch) | |
tree | c5471c5b98a2c5cc7c4e3ae2258d640a3a407a04 /textproc/dict/files | |
parent | f53477fcd48db4b4829fa5e856f3023e65ac2d5a (diff) | |
download | ports-c87c87d74fa7f303f60407a5aaef762c754760e1.tar.gz ports-c87c87d74fa7f303f60407a5aaef762c754760e1.zip |
Notes
Diffstat (limited to 'textproc/dict/files')
-rw-r--r-- | textproc/dict/files/patch-ab | 23 | ||||
-rw-r--r-- | textproc/dict/files/patch-libmaa::configure | 14 |
2 files changed, 7 insertions, 30 deletions
diff --git a/textproc/dict/files/patch-ab b/textproc/dict/files/patch-ab index 011679160f01..e69de29bb2d1 100644 --- a/textproc/dict/files/patch-ab +++ b/textproc/dict/files/patch-ab @@ -1,23 +0,0 @@ ---- Makefile.in.orig Fri Jan 12 01:24:29 2001 -+++ Makefile.in Mon Aug 20 17:22:10 2001 -@@ -33,7 +33,7 @@ - srcdir= @srcdir@ - VPATH= @srcdir@ - prefix= @prefix@ --subdirs= @allsubdirs@ regex # doc -- use rfc2229 instead -+subdirs= @allsubdirs@ # regex # doc -- use rfc2229 instead - exec_prefix= @exec_prefix@ - man1_prefix= @mandir@/man1 - man8_prefix= @mandir@/man8 -@@ -57,9 +57,9 @@ - -DDICT_CONFIG_PATH=\"$(conf)\" - SCFLAGS= @SCFLAGS@ - LDFLAGS= @LDFLAGS@ --XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. -Iregex -+XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. # -Iregex - XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@ --LDLIBS= @LIBS@ -Lregex -lregex -+LDLIBS= @LIBS@ -lgnuregex - - EXES= dict dictd dictzip - diff --git a/textproc/dict/files/patch-libmaa::configure b/textproc/dict/files/patch-libmaa::configure index 7ecd91ebd714..75ace37af66d 100644 --- a/textproc/dict/files/patch-libmaa::configure +++ b/textproc/dict/files/patch-libmaa::configure @@ -1,13 +1,13 @@ ---- libmaa/configure~ Mon Jan 29 01:00:16 2001 -+++ libmaa/configure Mon Jan 29 01:00:29 2001 -@@ -875,11 +875,8 @@ +--- libmaa/configure.orig Mon Mar 10 01:22:39 2003 ++++ libmaa/configure Thu Oct 9 22:16:29 2003 +@@ -1859,10 +1859,7 @@ # Check whether --with-cflags or --without-cflags was given. if test "${with_cflags+set}" = set; then withval="$with_cflags" -- +- -if test "x${withval}" = xyes; then CFLAGS="$withval" -fi -- -+ - fi + + fi; + |