commit: 24183bad5d89dfa0da2a6020fc9af9a9e6bcfe0b Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jan 26 17:12:49 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 22:36:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24183bad
net-misc/pedro: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3665 net-misc/pedro/files/pedro-1.5-portage.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/net-misc/pedro/files/pedro-1.5-portage.patch b/net-misc/pedro/files/pedro-1.5-portage.patch deleted file mode 100644 index a5639ea..00000000 --- a/net-misc/pedro/files/pedro-1.5-portage.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- pedro-1.5.orig/configure 2010-06-15 15:59:50.000000000 +1200 -+++ pedro-1.5/configure 2010-07-03 15:29:06.000000000 +1200 -@@ -11292,7 +11292,7 @@ - ac_config_headers="$ac_config_headers config.h" - - #AC_CONFIG_MACRO_DIR([m4]) --CPPFLAGS="-O2 -g `pkg-config --cflags glib-2.0`" -+CPPFLAGS="`pkg-config --cflags glib-2.0`" - case "${host}" in - i[3456789]86-*-mingw32*) - WIN32="yes" -@@ -11300,7 +11300,7 @@ - ;; - *) - WIN32="no" -- LDFLAGS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm" -+ LDFLAGS="$LDFLAGS -L../lib -lpedro `pkg-config --libs glib-2.0` -lm" - ;; - esac - ac_config_files="$ac_config_files Makefile src/Makefile src/server/Makefile src/lib/Makefile src/examples/Makefile doc/Makefile"
