diff options
Diffstat (limited to 'development/bluefish/bluefish.SlackBuild')
-rw-r--r-- | development/bluefish/bluefish.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/bluefish/bluefish.SlackBuild b/development/bluefish/bluefish.SlackBuild index 073a921d56..269b675e9b 100644 --- a/development/bluefish/bluefish.SlackBuild +++ b/development/bluefish/bluefish.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for bluefish +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2006-2014 Robby Workman, Northport, Alabama, USA # All rights reserved. # @@ -23,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bluefish -VERSION=${VERSION:-2.2.5} +VERSION=${VERSION:-2.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +69,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -79,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-update-databases \ --disable-xml-catalog-update \ + --enable-static=no \ --build=$ARCH-slackware-linux make |