mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-chemistry/wxmacmolplt: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
This commit is contained in:
committed by
David Seifert
parent
3d4f57e6ea
commit
b9536b4583
@@ -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])
|
||||
Reference in New Issue
Block a user