summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ircu/patches/patch-ah')
-rw-r--r--chat/ircu/patches/patch-ah17
1 files changed, 12 insertions, 5 deletions
diff --git a/chat/ircu/patches/patch-ah b/chat/ircu/patches/patch-ah
index fc08fc09313..c5e1f70432c 100644
--- a/chat/ircu/patches/patch-ah
+++ b/chat/ircu/patches/patch-ah
@@ -1,9 +1,7 @@
-$NetBSD: patch-ah,v 1.2 2005/05/12 11:09:10 rillig Exp $
+$NetBSD: patch-ah,v 1.3 2005/12/13 18:14:10 joerg Exp $
-Don't strip debugging flags. It is too error-prone.
-
---- configure.orig Sat Sep 18 04:17:45 2004
-+++ configure Thu May 12 09:56:30 2005
+--- configure.orig 2004-09-18 02:17:45.000000000 +0000
++++ configure
@@ -2370,7 +2370,6 @@ if test x"$CFLAGS" != x; then
fi
if test x"$CFLAGS" != x; then
@@ -12,3 +10,12 @@ Don't strip debugging flags. It is too error-prone.
fi
if test x"$CFLAGS" != x"$unet_old_cflags"; then
# If -g was already there, force symbols to be enabled
+@@ -7237,7 +7236,7 @@ echo "${ECHO_T}OpenBSD ($host) found." >
+ OSDEP_C=os_openbsd.c
+ ;;
+
+- *-*bsd*)
++ *-*bsd* | *-dragonfly*)
+ echo "$as_me:$LINENO: result: Generic BSD ($host) found." >&5
+ echo "${ECHO_T}Generic BSD ($host) found." >&6
+ if test x"$ac_cv_header_poll_h" = xyes; then