summaryrefslogtreecommitdiff
path: root/net/aiccu/patches
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
commit105b9b918f6cfa8d46026e3e9af4c7254b21c26a (patch)
tree0f6bc10cc0c775c48e7dac9802e43adea2fb4eb2 /net/aiccu/patches
parentef678d3aacbaaa518e07c4d04afe12b3e866d257 (diff)
downloadpkgsrc-105b9b918f6cfa8d46026e3e9af4c7254b21c26a.tar.gz
Fix spaces to unbreak DragonFly build.
Diffstat (limited to 'net/aiccu/patches')
-rw-r--r--net/aiccu/patches/patch-aa13
1 files changed, 11 insertions, 2 deletions
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