diff options
Diffstat (limited to 'graphics/brlcad/brlcad.SlackBuild')
-rw-r--r-- | graphics/brlcad/brlcad.SlackBuild | 14 |
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 |