From 7e15904e7c2a58136842cf98566ebabaf48ecc8c Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 12 Feb 2007 03:34:10 +0000 Subject: - update to 20070115 PR: 108307 Approved by: (maintainer timeout) --- net/sixxs-aiccu/files/patch-unix-console::Makefile | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 net/sixxs-aiccu/files/patch-unix-console::Makefile (limited to 'net/sixxs-aiccu/files/patch-unix-console::Makefile') diff --git a/net/sixxs-aiccu/files/patch-unix-console::Makefile b/net/sixxs-aiccu/files/patch-unix-console::Makefile deleted file mode 100644 index db3697d0fd06..000000000000 --- a/net/sixxs-aiccu/files/patch-unix-console::Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- unix-console/Makefile.orig Tue Jul 25 11:20:48 2006 -+++ unix-console/Makefile Sat Dec 30 20:19:04 2006 -@@ -21,7 +21,7 @@ - #INCS += ../common/tsp.h ../common/teepee.h - - # Our very *bliep* set of options to make sure that these things can't cause any issues --CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -pthread -D_REENTRANT -+#CWARNS += -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -pthread -D_REENTRANT - # CWARNS += -Wpacked - - #CFLAGS += $(CWARNS) -D_GNU_SOURCE -D_DEBUG -g3 -O0 -@@ -62,19 +62,19 @@ - CFLAGS += -D AICCU_TYPE="\"freebsd4\"" - SRCS += ../common/aiccu_freebsd4.c - OBJS += ../common/aiccu_freebsd4.o --CFLAGS += -pthread -+#CFLAGS += -pthread - else - # FreeBSD 5.x/6.x/7.x --CFLAGS += -D AICCU_TYPE="\"kame\"" -+CFLAGS += -D NEED_IFHEAD -D AICCU_TYPE="\"kame\"" - SRCS += ../common/aiccu_kame.c - OBJS += ../common/aiccu_kame.o --CFLAGS += -pthread -+#CFLAGS += -pthread - endif - endif - - # DragonFlyBSD - ifeq ($(shell uname | grep -c "DragonFly"),1) --CFLAGS += -D _DFBSD -D AICCU_TYPE="\"dragonfly\"" -+CFLAGS += -D _DFBSD -D NEED_IFHEAD -D AICCU_TYPE="\"dragonfly\"" - SRCS += ../common/aiccu_freebsd4.c - OBJS += ../common/aiccu_freebsd4.o - CFLAGS += -pthread -- cgit v1.2.3