summaryrefslogtreecommitdiff
path: root/net/aiccu/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-31 08:53:56 +0000
committerghen <ghen@pkgsrc.org>2006-08-31 08:53:56 +0000
commit55d32db3882c5d1308ade9b3e3d6435dfe128abe (patch)
treed400f703d3210df687d4eb3a588b6c003e33ac85 /net/aiccu/patches
parent89f8963de1b3b58e2536be1a69459bda4b80610e (diff)
downloadpkgsrc-55d32db3882c5d1308ade9b3e3d6435dfe128abe.tar.gz
The DragonFly Makefile fragment has been added upstream.
Diffstat (limited to 'net/aiccu/patches')
-rw-r--r--net/aiccu/patches/patch-aa14
1 files changed, 2 insertions, 12 deletions
diff --git a/net/aiccu/patches/patch-aa b/net/aiccu/patches/patch-aa
index 66b985483fe..df3c02d2909 100644
--- a/net/aiccu/patches/patch-aa
+++ b/net/aiccu/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/08/31 08:49:34 ghen Exp $
+$NetBSD: patch-aa,v 1.3 2006/08/31 08:53:56 ghen Exp $
--- unix-console/Makefile.orig 2006-07-25 11:20:48.000000000 +0200
+++ unix-console/Makefile
@@ -32,18 +32,8 @@ $NetBSD: patch-aa,v 1.2 2006/08/31 08:49:34 ghen Exp $
CFLAGS += -D AICCU_TYPE="\"linux\""
SRCS += ../common/aiccu_linux.c
OBJS += ../common/aiccu_linux.o
-@@ -80,12 +68,20 @@ OBJS += ../common/aiccu_freebsd4.o
- CFLAGS += -pthread
- endif
+@@ -82,10 +70,10 @@ endif
-+# DragonFly
-+ifeq ($(shell uname | grep -c "DragonFly"),1)
-+CFLAGS += -D AICCU_TYPE="\"freebsd4\""
-+SRCS += ../common/aiccu_freebsd4.c
-+OBJS += ../common/aiccu_freebsd4.o
-+CFLAGS += -pthread
-+endif
-+
# NetBSD
ifeq ($(shell uname | grep -c "NetBSD"),1)
-CFLAGS += -D _NETBSD -D AICCU_TYPE="\"kame\""