summaryrefslogtreecommitdiff
path: root/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch')
-rw-r--r--sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch b/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
deleted file mode 100644
index 809d7723cbb0..000000000000
--- a/sci-chemistry/wxmacmolplt/files/wxmacmolplt-7.5-glew.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -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])