summaryrefslogtreecommitdiff
path: root/net/aiccu
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-07 06:18:35 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-07 06:18:35 +0000
commit49263474ea4ab66915fc86274429034edd174364 (patch)
tree0f6bc10cc0c775c48e7dac9802e43adea2fb4eb2 /net/aiccu
parent2c387a5e7befa34efbe51f47e8fef1270e015afd (diff)
downloadpkgsrc-49263474ea4ab66915fc86274429034edd174364.tar.gz
Fix spaces to unbreak DragonFly build.
Diffstat (limited to 'net/aiccu')
-rw-r--r--net/aiccu/distinfo4
-rw-r--r--net/aiccu/patches/patch-aa13
2 files changed, 13 insertions, 4 deletions
diff --git a/net/aiccu/distinfo b/net/aiccu/distinfo
index 45dc9810eb2..29a00caffe0 100644
--- a/net/aiccu/distinfo
+++ b/net/aiccu/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2006/08/31 08:53:56 ghen Exp $
+$NetBSD: distinfo,v 1.5 2006/09/07 06:18:35 joerg Exp $
SHA1 (aiccu_2006.07.25.tar.gz) = c031f4b29a92a0c1b5a0d4b9d9e81d6fe4da92aa
RMD160 (aiccu_2006.07.25.tar.gz) = 599d181bfccb4a1a30d315f60469078bcb269270
Size (aiccu_2006.07.25.tar.gz) = 64161 bytes
-SHA1 (patch-aa) = b4385b9601daaa3b784d8256cbc9865d62f42c2b
+SHA1 (patch-aa) = c2a69b01304f07da05e83a6bf80aebed4803b841
SHA1 (patch-ab) = 63bab81f2507c2e20042d53086f2cd8c774ae30a
SHA1 (patch-ac) = e7df7fdb83f4898220ca36f4051539c911bfb6b7
SHA1 (patch-ad) = 1fec51f11a7103bbc690eacdb9191d45b3666f1b
diff --git a/net/aiccu/patches/patch-aa b/net/aiccu/patches/patch-aa
index df3c02d2909..5d37d229bc9 100644
--- a/net/aiccu/patches/patch-aa
+++ b/net/aiccu/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2006/08/31 08:53:56 ghen Exp $
+$NetBSD: patch-aa,v 1.4 2006/09/07 06:18:35 joerg Exp $
---- unix-console/Makefile.orig 2006-07-25 11:20:48.000000000 +0200
+--- unix-console/Makefile.orig 2006-07-25 09:20:48.000000000 +0000
+++ unix-console/Makefile
@@ -26,27 +26,15 @@ CWARNS += -W -Wall -Wshadow -Wpointer-ar
@@ -32,6 +32,15 @@ $NetBSD: patch-aa,v 1.3 2006/08/31 08:53:56 ghen Exp $
CFLAGS += -D AICCU_TYPE="\"linux\""
SRCS += ../common/aiccu_linux.c
OBJS += ../common/aiccu_linux.o
+@@ -74,7 +62,7 @@ endif
+
+ # DragonFlyBSD
+ ifeq ($(shell uname | grep -c "DragonFly"),1)
+-CFLAGS += -D _DFBSD -D AICCU_TYPE="\"dragonfly\""
++CFLAGS += -D_DFBSD -DAICCU_TYPE="\"dragonfly\""
+ SRCS += ../common/aiccu_freebsd4.c
+ OBJS += ../common/aiccu_freebsd4.o
+ CFLAGS += -pthread
@@ -82,10 +70,10 @@ endif
# NetBSD