summarylogtreecommitdiffstats
path: root/ssynth.patch
diff options
context:
space:
mode:
authorbartus2020-05-28 16:06:12 +0200
committerbartus2020-05-30 09:18:26 +0200
commitdcbdc95c5e81a60cd98712ece43efc12d0dffe65 (patch)
tree1844b023dbd36f907f16bbdd42379c527cae71b0 /ssynth.patch
parent31e8ecc3797cf78a1c8da32616d574de3138996e (diff)
downloadaur-dcbdc95c5e81a60cd98712ece43efc12d0dffe65.tar.gz
Switch to cmake build system.
Diffstat (limited to 'ssynth.patch')
-rw-r--r--ssynth.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/ssynth.patch b/ssynth.patch
deleted file mode 100644
index 459c0f411e27..000000000000
--- a/ssynth.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/external/structuresynth-1.5/structuresynth.pro b/src/external/structuresynth-1.5/structuresynth.pro
-index b946f88b..a019ba48 100644
---- a/src/external/structuresynth-1.5/structuresynth.pro
-+++ b/src/external/structuresynth-1.5/structuresynth.pro
-@@ -2,6 +2,8 @@ TEMPLATE = lib
- TARGET = ssynth
- CONFIG += staticlib
-
-+QMAKE_CXXFLAGS+=-fopenmp
-+
- DEPENDPATH += . \
- ssynth \
- ssynth/StructureSynth/Model \
-diff --git a/src/meshlabplugins/filter_ssynth/filter_ssynth.pro b/src/meshlabplugins/filter_ssynth/filter_ssynth.pro
-index 5ab0cd36..dd5506a7 100644
---- a/src/meshlabplugins/filter_ssynth/filter_ssynth.pro
-+++ b/src/meshlabplugins/filter_ssynth/filter_ssynth.pro
-@@ -18,6 +18,8 @@ win32-msvc2012:LIBS += ../../external/lib/win32-msvc2012/ssynth.lib
- win32-msvc2015:LIBS += ../../external/lib/win32-msvc2015/ssynth.lib
- win32-g++:LIBS += ../../external/lib/win32-gcc/libssynth.a
- linux-g++:LIBS += ../../external/lib/linux-g++/libssynth.a
-+linux-g++:LIBS += -lgomp
-+QMAKE_CXXFLAGS+=-fopenmp
- macx:LIBS += ../../external/lib/macx64/libssynth.a
- TARGET = filter_ssynth
- TEMPLATE = lib