summaryrefslogtreecommitdiff
path: root/www/ap-throttle
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-02 21:29:36 +0000
committerjoerg <joerg>2006-01-02 21:29:36 +0000
commitd839bfcb0b17e634cc2ceac3f22c29b11d7dffc2 (patch)
tree612213676d77488a42d3b3e3495b8786ac0b5b71 /www/ap-throttle
parent9f47f86f31fc5fe765ceca2ee12de4af2d992f1d (diff)
downloadpkgsrc-d839bfcb0b17e634cc2ceac3f22c29b11d7dffc2.tar.gz
No semun on DragonFly.
Diffstat (limited to 'www/ap-throttle')
-rw-r--r--www/ap-throttle/distinfo4
-rw-r--r--www/ap-throttle/patches/patch-aa4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-throttle/distinfo b/www/ap-throttle/distinfo
index 78dbe670dc3..3c0c804291d 100644
--- a/www/ap-throttle/distinfo
+++ b/www/ap-throttle/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:28 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/01/02 21:29:36 joerg Exp $
SHA1 (mod_throttle312.tgz) = a813beb97d4a23f467e07bcc24d9464d2ee91ef5
RMD160 (mod_throttle312.tgz) = 81a45042d96f01f423b934cf70930c7561e8eb51
Size (mod_throttle312.tgz) = 41397 bytes
-SHA1 (patch-aa) = 76b0cf5576f4c2235ec66baacc6e995d9e07cdd2
+SHA1 (patch-aa) = 183974becac517d2f95c1bdc073b07d0a9927baf
diff --git a/www/ap-throttle/patches/patch-aa b/www/ap-throttle/patches/patch-aa
index 96fe79fa3b7..c8c22b1fe59 100644
--- a/www/ap-throttle/patches/patch-aa
+++ b/www/ap-throttle/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/02/16 11:19:03 grant Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/02 21:29:37 joerg Exp $
--- mod_throttle.c.orig Sun Dec 3 04:15:10 2000
+++ mod_throttle.c
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/02/16 11:19:03 grant Exp $
#include <sys/sem.h>
-#if (defined(__GNU_LIBRARY__) && (!defined(_SEM_SEMUN_UNDEFINED))) || defined(__FreeBSD__) || defined(__NetBSD__)
-+#if (defined(__GNU_LIBRARY__) && (!defined(_SEM_SEMUN_UNDEFINED))) || defined(__FreeBSD__)
++#if (defined(__GNU_LIBRARY__) && (!defined(_SEM_SEMUN_UNDEFINED))) || defined(__FreeBSD__) || defined(__DragonFly__)
/* union semun is defined by including <sys/sem.h> */
#else
/* X/OPEN says we have to define it ourselves (twits). */