diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
commit | 42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch) | |
tree | 9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/openswan/patches/patch-lib_liblwres_Makefile | |
parent | 7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff) |
full build on Darwin fixes
Diffstat (limited to 'package/openswan/patches/patch-lib_liblwres_Makefile')
-rw-r--r-- | package/openswan/patches/patch-lib_liblwres_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openswan/patches/patch-lib_liblwres_Makefile b/package/openswan/patches/patch-lib_liblwres_Makefile new file mode 100644 index 000000000..5aaa2112e --- /dev/null +++ b/package/openswan/patches/patch-lib_liblwres_Makefile @@ -0,0 +1,11 @@ +--- openswan-2.6.38.orig/lib/liblwres/Makefile 2012-03-23 22:33:43.000000000 +0100 ++++ openswan-2.6.38/lib/liblwres/Makefile 2012-07-25 18:21:02.000000000 +0200 +@@ -23,7 +23,7 @@ CINCLUDES = -I${srcdir}${ISCARCH}/includ + -I${srcdir}../libisc/include \ + -I. -I./include -I${srcdir}include + CDEFINES = +-CWARNINGS = -Werror ++#CWARNINGS = -Werror + + CFLAGS+=${USERCOMPILE} ${PORTINCLUDE} ${CINCLUDES} ${CDEFINES} ${CWARNINGS} + |