Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/wxmacmolplt/files/
Date: Tue, 31 Jan 2017 08:42:31
Message-Id: 1485852112.b9536b45834adc008f22f7bb89b287d2412cc6f9.soap@gentoo
1 commit: b9536b45834adc008f22f7bb89b287d2412cc6f9
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 17:58:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9536b45
7
8 sci-chemistry/wxmacmolplt: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch
16 deleted file mode 100644
17 index 08986db..00000000
18 --- a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.4.2-glew.patch
19 +++ /dev/null
20 @@ -1,12 +0,0 @@
21 -diff -urN wxmacmolplt-7.4.2.orig/configure.ac wxmacmolplt-7.4.2/configure.ac
22 ---- wxmacmolplt-7.4.2.orig/configure.ac 2010-12-05 02:48:29.000000000 +0300
23 -+++ wxmacmolplt-7.4.2/configure.ac 2010-12-06 19:30:24.000000000 +0300
24 -@@ -20,7 +20,7 @@
25 - ;;
26 - *)
27 - HOST=LINUX
28 -- LIBGL="-lGL -lGLU"
29 -+ LIBGL=`pkg-config --libs glu glew`
30 - ;;
31 - esac
32 - AM_CONDITIONAL(HOST_IS_MSW, [test "x$HOST" == xMSW])