aboutsummaryrefslogtreecommitdiffstats
path: root/community/anytun/fix-werror-compile-flags.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-05 03:18:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-05 03:33:01 +0100
commit5a7f24786a847a67a728b5895fa69f7393405929 (patch)
treee049abfae1d8d5d521921b361d433df0b25d3491 /community/anytun/fix-werror-compile-flags.patch
parent3d5283aab568a9b55e7f456a9c70e691f7b6e932 (diff)
downloadaports-5a7f24786a847a67a728b5895fa69f7393405929.tar.bz2
aports-5a7f24786a847a67a728b5895fa69f7393405929.tar.xz
community/anytun: upgrade to 0.3.8
Diffstat (limited to 'community/anytun/fix-werror-compile-flags.patch')
-rw-r--r--community/anytun/fix-werror-compile-flags.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/anytun/fix-werror-compile-flags.patch b/community/anytun/fix-werror-compile-flags.patch
deleted file mode 100644
index 907499b466..0000000000
--- a/community/anytun/fix-werror-compile-flags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/configure b/src/configure
-index 65a0c74..357628e 100755
---- a/configure
-+++ b/configure
-@@ -217,8 +217,8 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT -ne 1 ]; then
- fi
-
- if [ $USE_CLANG -eq 0 ]; then
-- CXXFLAGS='-g -Wall -Werror -Wno-error=unused-variable -O2'
-- LDFLAGS='-g -Wall -Werror -O2'
-+ CXXFLAGS='-g -Wall -Wno-error=unused-variable -O2 -DBOOST_SYSTEM_ENABLE_DEPRECATED'
-+ LDFLAGS='-g -Wall -O2'
- COMPILER='g++'
- else
- CXXFLAGS='-g -O2'