diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-16 00:43:57 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-16 23:36:53 -0600 |
commit | 30c1b51ed2661f90eee708c7634f0d0c8b72d195 (patch) | |
tree | 3067d1aa5a9c6120617ad3ff0889038d5e4a3bad /desktop/ede/ede.SlackBuild | |
parent | 1c1be0e750209474176659489c2e77b95f3609a4 (diff) |
desktop/ede: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/ede/ede.SlackBuild')
-rw-r--r-- | desktop/ede/ede.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/ede/ede.SlackBuild b/desktop/ede/ede.SlackBuild index 8ea27d3c16f94..fed17447317fc 100644 --- a/desktop/ede/ede.SlackBuild +++ b/desktop/ede/ede.SlackBuild @@ -69,8 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}/fltk13" \ -FLTK_CONFIG="/usr/bin/fltk13-config" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -80,7 +78,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-fltk-path=/usr/lib${LIBDIRSUFFIX}/fltk13 \ --enable-profile=yes \ --enable-hal=no \ --enable-largefile=yes \ |