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 | |
parent | 1c1be0e750209474176659489c2e77b95f3609a4 (diff) | |
download | slackbuilds-30c1b51ed2661f90eee708c7634f0d0c8b72d195.tar.gz |
desktop/ede: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/ede')
-rw-r--r-- | desktop/ede/ede.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/ede/ede.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/desktop/ede/ede.SlackBuild b/desktop/ede/ede.SlackBuild index 8ea27d3c16..fed1744731 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 \ diff --git a/desktop/ede/ede.info b/desktop/ede/ede.info index c8d82804b9..9b12b37894 100644 --- a/desktop/ede/ede.info +++ b/desktop/ede/ede.info @@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/ede/files/ede/2.1/ede-2.1.tar.gz" MD5SUM="232300328557a75ad2aef5fdc064002e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="edelib" +REQUIRES="edelib fltk" MAINTAINER="Andrew Tkalia" EMAIL="anddt@yandex.ua" |