diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-12 03:34:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-12 03:34:10 +0000 |
commit | 7e15904e7c2a58136842cf98566ebabaf48ecc8c (patch) | |
tree | 5e4ca5bda54b30e3f1942620cb7926fb266d83bc /net/sixxs-aiccu/files/patch-unix-console::Makefile | |
parent | Fix objformat fallout on -CURRENT. (diff) |
- update to 20070115
PR: 108307
Approved by: (maintainer timeout)
Diffstat (limited to '')
-rw-r--r-- | net/sixxs-aiccu/files/patch-unix-console::Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
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 |