summarylogtreecommitdiffstats
path: root/muparser.patch
diff options
context:
space:
mode:
authorJonathan Liu2016-12-26 14:22:49 +1100
committerJonathan Liu2016-12-26 16:19:47 +1100
commit58293469f6dffd36413386a8d1ab83c6b92d4559 (patch)
tree1b46cdc7fd5a2b9544a22c11113e89935616314a /muparser.patch
parent51cdfcc80b4bc98a8d662a2e8ae792a7999d8573 (diff)
downloadaur-58293469f6dffd36413386a8d1ab83c6b92d4559.tar.gz
Update to 2016.12-1
Diffstat (limited to 'muparser.patch')
-rw-r--r--muparser.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/muparser.patch b/muparser.patch
new file mode 100644
index 000000000000..d500a17d767f
--- /dev/null
+++ b/muparser.patch
@@ -0,0 +1,14 @@
+diff -Naur ../meshlab/src/meshlabplugins/filter_func/filter_func.pro meshlab/src/meshlabplugins/filter_func/filter_func.pro
+--- ../meshlab/src/meshlabplugins/filter_func/filter_func.pro 2016-10-31 00:00:30.459336619 +0100
++++ meshlab/src/meshlabplugins/filter_func/filter_func.pro 2016-10-31 21:42:47.134972919 +0100
+@@ -19,7 +19,7 @@
+ win32-msvc2015:LIBS += ../../external/lib/win32-msvc2015/muparser.lib
+
+ macx:LIBS += $$MACLIBDIR/libmuparser.a
+-linux-g++:LIBS += ../../external/lib/linux-g++/libmuparser.a
+-linux-g++-32:LIBS += ../../external/lib/linux-g++-32/libmuparser.a
+-linux-g++-64:LIBS += ../../external/lib/linux-g++-64/libmuparser.a
++linux-g++:LIBS += -lmuparser
++linux-g++-32:LIBS += -lmuparser
++linux-g++-64:LIBS += -lmuparser
+ win32-g++:LIBS += ../../external/lib/win32-gcc/libmuparser.a