summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-18 16:28:14 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-18 23:08:38 +0100
commit4ca7fdc257c5d6be1c0787dda18f96a3308f299d (patch)
treeb667791d927c15e71e70a9d6c9747df1a48e2ece /x11-libs/goocanvas/files
parentx11-misc/xrootconsole: remove unused patch (diff)
downloadgentoo-4ca7fdc257c5d6be1c0787dda18f96a3308f299d.tar.gz
gentoo-4ca7fdc257c5d6be1c0787dda18f96a3308f299d.tar.bz2
gentoo-4ca7fdc257c5d6be1c0787dda18f96a3308f299d.zip
x11-libs/goocanvas: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/4021
Diffstat (limited to 'x11-libs/goocanvas/files')
-rw-r--r--x11-libs/goocanvas/files/goocanvas-2.0.1-gold.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-libs/goocanvas/files/goocanvas-2.0.1-gold.patch b/x11-libs/goocanvas/files/goocanvas-2.0.1-gold.patch
deleted file mode 100644
index c37dc4efef89..000000000000
--- a/x11-libs/goocanvas/files/goocanvas-2.0.1-gold.patch
+++ /dev/null
@@ -1,30 +0,0 @@
- src/Makefile.am | 2 +-
- src/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 2052baa..e5d9693 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -12,7 +12,7 @@ INCLUDES = \
-
- lib_LTLIBRARIES = libgoocanvas-2.0.la
-
--libgoocanvas_2_0_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
-+libgoocanvas_2_0_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
-
- if PLATFORM_WIN32
- no_undefined = -no-undefined
-diff --git a/src/Makefile.in b/src/Makefile.in
-index 1d927b9..15b9316 100644
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -297,7 +297,7 @@ INCLUDES = \
- # -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
- # -DGTK_DISABLE_DEPRECATED
- lib_LTLIBRARIES = libgoocanvas-2.0.la
--libgoocanvas_2_0_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
-+libgoocanvas_2_0_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
- @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
- libtool_opts = \
- -version-info $(LT_VERSION_INFO) \