diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-07-26 12:20:20 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-07-26 12:20:20 +0000 |
commit | 91b201042b1faef3f707a5be4f7a3dc7da01cf73 (patch) | |
tree | 9fcd2b126fcac579204858b37ee675ac8f17fcc8 /net/sixxs-aiccu | |
parent | c9c64e7c6b6c9ebe41cb3a9401bec6f164282cd8 (diff) | |
download | ports-91b201042b1faef3f707a5be4f7a3dc7da01cf73.tar.gz ports-91b201042b1faef3f707a5be4f7a3dc7da01cf73.zip |
Notes
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r-- | net/sixxs-aiccu/files/patch-unix-console::Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/sixxs-aiccu/files/patch-unix-console::Makefile b/net/sixxs-aiccu/files/patch-unix-console::Makefile index 823dbc78d203..cde772c959e2 100644 --- a/net/sixxs-aiccu/files/patch-unix-console::Makefile +++ b/net/sixxs-aiccu/files/patch-unix-console::Makefile @@ -9,7 +9,7 @@ endif # FreeBSD 5.x -@@ -45,7 +45,13 @@ +@@ -45,7 +45,19 @@ CFLAGS += -D AICCU_TYPE="\"kame\"" SRCS += ../common/aiccu_kame.c OBJS += ../common/aiccu_kame.o @@ -21,6 +21,12 @@ +CFLAGS += -D AICCU_TYPE="\"kame\"" +SRCS += ../common/aiccu_kame.c +OBJS += ../common/aiccu_kame.o ++endif ++# FreeBSD 7.x ++ifeq ($(shell uname -r | cut -c 1),7) ++CFLAGS += -D AICCU_TYPE="\"kame\"" ++SRCS += ../common/aiccu_kame.c ++OBJS += ../common/aiccu_kame.o endif endif |