network/dillo: Build with extra/fltk.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-16 00:51:02 +00:00 committed by Robby Workman
parent 0b5be2cf87
commit bdfe3be612
2 changed files with 1 additions and 5 deletions

View File

@ -74,13 +74,9 @@ find -L . \
#https and ssl are in the alpha stage, but if you don't want to try and use it
#just delete or comment out --enable-ssl
sed -i 's/fltk-config/fltk13-config/g' configure
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX/fltk13 -Wl,-rpath,/usr/lib$LIBDIRSUFFIX/fltk13" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--libdir=/usr/lib${LIBDIRSUFFIX}/fltk13 \
--enable-ssl \
--prefix=/usr \
--sysconfdir=/etc \

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://www.dillo.org/download/dillo-3.0.5.tar.bz2"
MD5SUM="554aad93b6107bba696f4da022c41561"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fltk fltk13"
REQUIRES="fltk"
MAINTAINER="John B"
EMAIL="irgunii ampersand gmail . com"