mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/ede: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1c1be0e750
commit
30c1b51ed2
2 changed files with 1 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue