1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

Add '-lpng' for linking the against the static libgd.a.

This commit is contained in:
Steve Price 1999-11-01 00:58:47 +00:00
parent fb221cb387
commit b04df6af62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22762
5 changed files with 21 additions and 4 deletions

View File

@ -14,13 +14,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
WEBALIZER_LANG= german
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd \
--with-language=${WEBALIZER_LANG}
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
BIN1= de-webalizer
MAN1= de-webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \

View File

@ -0,0 +1,11 @@
--- configure.orig Wed Oct 27 18:18:41 1999
+++ configure Wed Oct 27 18:18:52 1999
@@ -1054,7 +1054,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- LIBS="-lgd ${LIBS}"; HAVE_LIBGD="yes"
+ LIBS="-lgd -lpng ${LIBS}"; HAVE_LIBGD="yes"
else
echo "$ac_t""no" 1>&6
HAVE_LIBGD=""

View File

@ -14,13 +14,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
WEBALIZER_LANG= german
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd \
--with-language=${WEBALIZER_LANG}
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
BIN1= de-webalizer
MAN1= de-webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \

View File

@ -14,11 +14,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
BIN1= webalizer
MAN1= webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \

View File

@ -14,11 +14,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dirk.meyer@dinoex.sub.org
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \
--with-gd=${PREFIX}/include/gd
CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib"
BIN1= webalizer
MAN1= webalizer.1
DOC1= CHANGES COPYING Copyright INSTALL \