summaryrefslogtreecommitdiffstats
path: root/graphics/brlcad/brlcad.SlackBuild
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2011-06-03 22:33:38 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:34:33 -0400
commitdde673d0735097a1813a12c06a04c2c962b5776f (patch)
treebab1c90ffe9e819e6244c048454ee6e9b522b559 /graphics/brlcad/brlcad.SlackBuild
parente827ba70f31eaa107629c119f5c23d7860e72dbe (diff)
downloadslackbuilds-dde673d0735097a1813a12c06a04c2c962b5776f.tar.gz
slackbuilds-dde673d0735097a1813a12c06a04c2c962b5776f.tar.xz
graphics/brlcad: Updated for version 7.18.4.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics/brlcad/brlcad.SlackBuild')
-rw-r--r--graphics/brlcad/brlcad.SlackBuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/brlcad/brlcad.SlackBuild b/graphics/brlcad/brlcad.SlackBuild
index 2e8ecc9f77..c66fac3e66 100644
--- a/graphics/brlcad/brlcad.SlackBuild
+++ b/graphics/brlcad/brlcad.SlackBuild
@@ -6,10 +6,10 @@
# Released under the WTFPL - http://sam.zoy.org/wtfpl/
# Maintained as of version 7.16.6 by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2011/03/29
+# Revision date: 2011/05/29
PRGNAM=brlcad
-VERSION=${VERSION:-7.18.2}
+VERSION=${VERSION:-7.18.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,13 +55,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Don't be too "strict" with src/conv/patch/patch-g.c
-# This is a "known issue" according to the guys on #brlcad so let's try
-# to remove this with the next release.
-# Another solution is to completely disable "strict building" with the
-# configure flag "-disable-strict-build"
-sed -i "/patch_g_CFLAGS/s|\${STRICT_FLAGS}||" src/conv/Makefile.in
-
+# There is a "known issue" according to the guys on #brlcad and we need
+# the configure flag "-disable-strict-build" for now
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -74,6 +69,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-tcl-build \
--disable-tk-build \
--disable-jove-build \
+ --disable-strict-build \
--build=$ARCH-slackware-linux
make