diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-28 19:13:59 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-28 19:13:59 +0000 |
commit | 5cc7b4668487e15d94ede0d0e8a67417ff02b26f (patch) | |
tree | 4b79c988082591d051edadd1a189e7d9a0038d80 /net/dictd/files/patch-libmaa::configure | |
parent | Fix unfetchable distfile. (diff) |
o Properly use wait3(2)
o Portlint
o Resolve T_USER conflicts (trap.h in base system)
o Properly handle CFLAGS
o Add net/dictd-database as RUN_DEPENDS
o Bump PORTREVISION
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=37687
Diffstat (limited to 'net/dictd/files/patch-libmaa::configure')
-rw-r--r-- | net/dictd/files/patch-libmaa::configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/dictd/files/patch-libmaa::configure b/net/dictd/files/patch-libmaa::configure new file mode 100644 index 000000000000..7ecd91ebd714 --- /dev/null +++ b/net/dictd/files/patch-libmaa::configure @@ -0,0 +1,13 @@ +--- libmaa/configure~ Mon Jan 29 01:00:16 2001 ++++ libmaa/configure Mon Jan 29 01:00:29 2001 +@@ -875,11 +875,8 @@ + # 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 |