summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-03-23 14:15:45 +0100
committerPacho Ramos <pacho@gentoo.org>2019-03-23 14:47:56 +0100
commite04e3bca89ab34a3168c33fdadbe7006da038bd9 (patch)
tree67944863872ae5f7eda8f7b6eb2e5eba5f5e9d2c /sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch
parentapp-office/pybliographer: Drop old (diff)
downloadgentoo-e04e3bca89ab34a3168c33fdadbe7006da038bd9.tar.gz
gentoo-e04e3bca89ab34a3168c33fdadbe7006da038bd9.tar.bz2
gentoo-e04e3bca89ab34a3168c33fdadbe7006da038bd9.zip
sci-geosciences/xtide: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch')
-rw-r--r--sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch b/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch
deleted file mode 100644
index fcfd147e51bb..000000000000
--- a/sci-geosciences/xtide/files/xtide-2.13.1-Werror.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 9cf2369051fa887bd5f13bf7df80c51bcf040306
-Author: hasufell <hasufell@gentoo.org>
-Date: Sat Jul 13 13:25:42 2013 +0200
-
- BUILD: remove -Werror
-
- It's discouraged to add non-specific Werror flags.
-
-diff --git a/configure.ac b/configure.ac
-index b366337..86c7569 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -11,7 +11,7 @@ m4_if(2.65, AC_AUTOCONF_VERSION, [m4_fatal([autoconf version 2.65 is broken and
- # FIXME: Update version info on each release
- AC_INIT([XTide], [2.13.1], [dave@flaterco.com])
-
--AM_INIT_AUTOMAKE([-Wall -Werror])
-+AM_INIT_AUTOMAKE([-Wall])
-
- AC_LANG([C++])
- AC_PROG_CXX