1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/dictd/files/patch-libmaa::configure
Clive Lin 5cc7b46684 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
2001-01-28 19:13:59 +00:00

14 lines
321 B
Plaintext

--- 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