summaryrefslogtreecommitdiff
path: root/chat/ircu/patches/patch-ah
blob: c5e1f70432c376723e8b8019e771d4c1c2610d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ah,v 1.3 2005/12/13 18:14:10 joerg Exp $

--- 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
     unet_old_cflags=$CFLAGS
-    CFLAGS=`echo "$CFLAGS" | sed -e 's/-g//g'`
 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