summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-30 18:58:44 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-31 09:41:52 +0100
commitb9536b45834adc008f22f7bb89b287d2412cc6f9 (patch)
tree6e4a1df994abc7223249988657f2f43e3bb54beb /sci-chemistry
parentsci-chemistry/vmd: remove unused patch (diff)
downloadgentoo-b9536b45834adc008f22f7bb89b287d2412cc6f9.tar.gz
gentoo-b9536b45834adc008f22f7bb89b287d2412cc6f9.tar.bz2
gentoo-b9536b45834adc008f22f7bb89b287d2412cc6f9.zip
sci-chemistry/wxmacmolplt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch
deleted file mode 100644
index 08986db5bff2..000000000000
--- a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN wxmacmolplt-7.4.2.orig/configure.ac wxmacmolplt-7.4.2/configure.ac
---- wxmacmolplt-7.4.2.orig/configure.ac 2010-12-05 02:48:29.000000000 +0300
-+++ wxmacmolplt-7.4.2/configure.ac 2010-12-06 19:30:24.000000000 +0300
-@@ -20,7 +20,7 @@
- ;;
- *)
- HOST=LINUX
-- LIBGL="-lGL -lGLU"
-+ LIBGL=`pkg-config --libs glu glew`
- ;;
- esac
- AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])