sci-libs/gts: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 29 Jan 2017 09:07:28 +0000 (10:07 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 29 Jan 2017 20:09:37 +0000 (21:09 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3709

sci-libs/gts/files/gts-20100321-examples.patch [deleted file]

diff --git a/sci-libs/gts/files/gts-20100321-examples.patch b/sci-libs/gts/files/gts-20100321-examples.patch
deleted file mode 100644 (file)
index b418bbd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index f03f215..8e9ca63 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -9,6 +9,8 @@ EXTRA_PROGRAMS = happrox
- happrox_LDADD = $(LDADD) -lnetpbm
-+happrox_CPPFLAGS = -I/usr/include/netpbm
-+
- if HAS_NETPBM
- NETPBM_EXTRA = happrox
- endif
-@@ -16,9 +18,7 @@ endif
- bin_PROGRAMS = \
-       transform \
-       delaunay \
--      $(NETPBM_EXTRA)
--
--noinst_PROGRAMS = \
-+      $(NETPBM_EXTRA) \
-       set \
-       volume \
-       cleanup \