diff options
Diffstat (limited to 'graphics/meshlab/meshlab.SlackBuild')
-rw-r--r-- | graphics/meshlab/meshlab.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/meshlab/meshlab.SlackBuild b/graphics/meshlab/meshlab.SlackBuild index 122fff357f..309d2aa3e4 100644 --- a/graphics/meshlab/meshlab.SlackBuild +++ b/graphics/meshlab/meshlab.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=meshlab VERSION=${VERSION:-1.3.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=MeshLabSrc_AllInc @@ -77,6 +77,8 @@ find -L . \ patch -p1 < $CWD/plystuff.diff # fix silly lapack error in ancient levmar (thanks to net147 over at Arch) patch -p1 -d meshlab < $CWD/lapack.patch +# use external mpir -- meshlab ships x86_64 static libs, but no src or libs for i486 +sed -i -e '/mpir/d' meshlab/src/meshlabplugins/filter_csg/filter_csg.pro # Build all the dependencies. These will be statically linked into meshlab. # (Horrible duplication and many out of date, but avoids version clashes) |