summaryrefslogtreecommitdiff
path: root/chat/amsn/patches/patch-configureac
diff options
context:
space:
mode:
Diffstat (limited to 'chat/amsn/patches/patch-configureac')
-rw-r--r--chat/amsn/patches/patch-configureac13
1 files changed, 11 insertions, 2 deletions
diff --git a/chat/amsn/patches/patch-configureac b/chat/amsn/patches/patch-configureac
index 8da938a3840..8ecf540c499 100644
--- a/chat/amsn/patches/patch-configureac
+++ b/chat/amsn/patches/patch-configureac
@@ -1,9 +1,9 @@
-$NetBSD: patch-configureac,v 1.2 2008/01/05 20:35:14 rillig Exp $
+$NetBSD: patch-configureac,v 1.3 2008/06/14 05:05:36 obache Exp $
http://sourceforge.net/tracker/index.php?func=detail&aid=1864687&group_id=54091&atid=472657
--- configure.ac.orig 2007-12-24 21:35:51.000000000 +0000
-+++ configure.ac 2008-01-05 20:03:57.000000000 +0000
++++ configure.ac
@@ -22,7 +22,7 @@ AC_ARG_ENABLE(debug,
[ --enable-debug enable some debuging informations],[enable_debug=yes])
@@ -22,6 +22,15 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=1864687&group_id=54091&
STATIC="yes"
else
STATIC="no"
+@@ -48,7 +48,7 @@ case `uname -s` in
+ Linux)
+ FOUND_OS="linux"
+ ;;
+- OpenBSD | FreeBSD | NetBSD)
++ OpenBSD | FreeBSD | NetBSD | DragonFly)
+ # *BSD has important stuff (from ports)
+ # in /usr/local ...
+ CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
@@ -89,7 +89,7 @@ AC_ARG_ENABLE(version-check, [ --disabl
OLDV=`expr $VERSION \< 8.4`