diff options
author | obache <obache@pkgsrc.org> | 2008-06-14 05:05:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-14 05:05:36 +0000 |
commit | 8d835de11126ad507d835c232af9299e5530d643 (patch) | |
tree | 150477117bc61add47e110cb367329de4d83f9ff /chat/amsn | |
parent | 3a51ebf354fee0d88fba7bd3f3468ae481ea2b7f (diff) | |
download | pkgsrc-8d835de11126ad507d835c232af9299e5530d643.tar.gz |
Treat DragonFly same as other *BSDs.
Patch provided by Hasso Tepper in PR 38849.
Diffstat (limited to 'chat/amsn')
-rw-r--r-- | chat/amsn/distinfo | 4 | ||||
-rw-r--r-- | chat/amsn/patches/patch-configureac | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/chat/amsn/distinfo b/chat/amsn/distinfo index b1cbae397e4..d9759dd7725 100644 --- a/chat/amsn/distinfo +++ b/chat/amsn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2008/01/05 20:35:14 rillig Exp $ +$NetBSD: distinfo,v 1.5 2008/06/14 05:05:36 obache Exp $ SHA1 (amsn-0.97.tar.bz2) = 67364c90a2b1347aebff5c4db0eb7487797e3ccf RMD160 (amsn-0.97.tar.bz2) = 75416c9897df15960f616a0d3e233c8270de9b8b Size (amsn-0.97.tar.bz2) = 10131843 bytes -SHA1 (patch-configureac) = 70d120fd03cd60bd783b1cb65771abf10313c398 +SHA1 (patch-configureac) = 31a80f3c0cec28b87449b146c828a5e6de6c3354 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` |