diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-02-04 20:45:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:31:12 +0700 |
commit | d9ad2a04863eea86131a7fd45cd25b1d06c5e984 (patch) | |
tree | cbc5800debb857e18dd6a72ebbbb96ddb47ee280 /development/bluefish/bluefish.SlackBuild | |
parent | 28771f6af2d3dabdef333de0c3c720b712a54ac1 (diff) | |
download | slackbuilds-d9ad2a04863eea86131a7fd45cd25b1d06c5e984.tar.gz |
development/bluefish: Updated for version 2.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |