summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-18 16:28:37 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-18 23:08:41 +0100
commit7f051239ae129ddad2e1676fe35c1da02839f700 (patch)
tree9635c83f45ab916aa44b78125e575ba36126f978 /x11-libs/mx/files
parentx11-libs/goocanvas: remove unused patch (diff)
downloadgentoo-7f051239ae129ddad2e1676fe35c1da02839f700.tar.gz
gentoo-7f051239ae129ddad2e1676fe35c1da02839f700.tar.bz2
gentoo-7f051239ae129ddad2e1676fe35c1da02839f700.zip
x11-libs/mx: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/4021
Diffstat (limited to 'x11-libs/mx/files')
-rw-r--r--x11-libs/mx/files/mx-1.4.2-gold.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-libs/mx/files/mx-1.4.2-gold.patch b/x11-libs/mx/files/mx-1.4.2-gold.patch
deleted file mode 100644
index 0dc1a0f60afa..000000000000
--- a/x11-libs/mx/files/mx-1.4.2-gold.patch
+++ /dev/null
@@ -1,30 +0,0 @@
- mx/Makefile.am | 2 +-
- mx/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/mx/Makefile.am b/mx/Makefile.am
-index 0e5a61e..4f2b4a4 100644
---- a/mx/Makefile.am
-+++ b/mx/Makefile.am
-@@ -268,7 +268,7 @@ libmx_@MX_API_VERSION@_la_SOURCES = \
- $(top_srcdir)/mx/mx.h \
- $(NULL)
-
--libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS)
-+libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS) -lm
-
- if HAVE_INTROSPECTION
- -include $(INTROSPECTION_MAKEFILE)
-diff --git a/mx/Makefile.in b/mx/Makefile.in
-index 2fbf938..adfc59d 100644
---- a/mx/Makefile.in
-+++ b/mx/Makefile.in
-@@ -717,7 +717,7 @@ libmx_@MX_API_VERSION@_la_SOURCES = \
- $(top_srcdir)/mx/mx.h \
- $(NULL)
-
--libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS)
-+libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS) -lm
- @HAVE_INTROSPECTION_TRUE@INTROSPECTION_GIRS = Mx-@MX_API_VERSION@.gir
- @HAVE_INTROSPECTION_TRUE@Mx_@MX_API_VERSION_AM@_gir_NAMESPACE = Mx
- @HAVE_INTROSPECTION_TRUE@Mx_@MX_API_VERSION_AM@_gir_VERSION = @MX_API_VERSION@