summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-03 15:39:01 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-03 15:39:01 +0200
commit75ba31febe3ad06e585ca7cf3d5b0eaf48c8ee48 (patch)
tree402af354a5d0467f9ededb64b33adbfa2873bc87 /app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
parentapp-pda/jpilot: destabilize 1.8.2-r1 (diff)
downloadgentoo-75ba31febe3ad06e585ca7cf3d5b0eaf48c8ee48.tar.gz
gentoo-75ba31febe3ad06e585ca7cf3d5b0eaf48c8ee48.tar.bz2
gentoo-75ba31febe3ad06e585ca7cf3d5b0eaf48c8ee48.zip
app-pda/pilot-link: update EAPI 6 -> 8
Closes: https://github.com/gentoo/gentoo/pull/23943 Closes: https://bugs.gentoo.org/744046 Closes: https://bugs.gentoo.org/750203 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch')
-rw-r--r--app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch b/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
deleted file mode 100644
index 5e6b939d0100..000000000000
--- a/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
+++ /dev/null
@@ -1,18 +0,0 @@
--Werror can have args now, but didn't when this code was originally written.
-
-Closes: https://bugs.gentoo.org/show_bug.cgi?id=714828
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
---- pilot-link-0.12.5.orig/configure.ac 2020-08-02 21:58:12.481559328 -0700
-+++ pilot-link-0.12.5/configure.ac 2020-08-02 22:02:49.641291824 -0700
-@@ -63,8 +63,8 @@
- dnl Eat -Werror so configure will run properly, if the user provided it
- enable_werror=no
- save_CFLAGS="$CFLAGS"
--CFLAGS=`echo $save_CFLAGS | sed -e s/-Werror//g`
--CXXFLAGS=`echo $save_CXXFLAGS | sed -e s/-Werror//g`
-+CFLAGS=`echo $save_CFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
-+CXXFLAGS=`echo $save_CXXFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
- if test "x$CFLAGS" != "x$save_CFLAGS"; then
- dnl -Werror was set; treat it as implicit --enable-werror below
- enable_werror="yes"