summarylogtreecommitdiffstats
path: root/3ds.patch
diff options
context:
space:
mode:
authorJonathan Liu2016-12-26 16:55:00 +1100
committerJonathan Liu2016-12-26 16:55:08 +1100
commit60fe040820a4eb4fa6376fb595c64c09ef32b7a7 (patch)
treeb8e5a3f15ba1a3696826f311665810105ccb4cba /3ds.patch
parent58293469f6dffd36413386a8d1ab83c6b92d4559 (diff)
downloadaur-60fe040820a4eb4fa6376fb595c64c09ef32b7a7.tar.gz
Revert "Update to 2016.12-1"
This reverts commit 58293469f6dffd36413386a8d1ab83c6b92d4559. Graphics not working.
Diffstat (limited to '3ds.patch')
-rw-r--r--3ds.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/3ds.patch b/3ds.patch
deleted file mode 100644
index 287f2bd5cb4b..000000000000
--- a/3ds.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- ../meshlab/src/meshlabplugins/io_3ds/io_3ds.pro 2016-10-31 00:00:28.662690502 +0100
-+++ meshlab/src/meshlabplugins/io_3ds/io_3ds.pro 2016-11-01 00:28:59.485188734 +0100
-@@ -14,7 +14,7 @@
-
- TARGET = io_3ds
-
--INCLUDEPATH += ../../external/lib3ds-1.3.0/
-+INCLUDEPATH += /usr/include/lib3ds/
-
- # Notes on the paths of lib3ds files.
- # Once you have compiled the library put the lib files in a dir named lib/XXX/
-@@ -25,11 +25,11 @@
- win32-msvc2005:LIBS += ../../external/lib/win32-msvc2005/3ds.lib
- win32-msvc2008:LIBS += ../../external/lib/win32-msvc2008/3ds.lib
- win32-g++:LIBS += ../../external/lib/win32-gcc/lib3ds.a
--linux-g++:LIBS += ../../external/lib/linux-g++/lib3ds.a
--linux-g++-32:LIBS += ../../external/lib/linux-g++-32/lib3ds.a
--linux-g++-64:LIBS += ../../external/lib/linux-g++-64/lib3ds.a
-+linux-g++:LIBS += -l3ds
-+linux-g++-32:LIBS += -l3ds
-+linux-g++-64:LIBS += -l3ds
-
--# unix:LIBS += -L../../../../code/lib/lib3ds-1.3.0/lib3ds/lib/unix -l3ds
-+unix:LIBS += -l3ds
-
- # mac:LIBS -= -l3ds
- # mac:LIBS += ../../../../code/lib/lib3ds-1.3.0/lib/mac/lib3ds.a