diff options
-rw-r--r-- | german/webalizer/Makefile | 3 | ||||
-rw-r--r-- | german/webalizer/files/patch-ae | 11 | ||||
-rw-r--r-- | german/webalizer2/Makefile | 3 | ||||
-rw-r--r-- | www/webalizer-2/Makefile | 4 | ||||
-rw-r--r-- | www/webalizer/Makefile | 4 |
5 files changed, 21 insertions, 4 deletions
diff --git a/german/webalizer/Makefile b/german/webalizer/Makefile index 10012e298257..48eb8cb994fe 100644 --- a/german/webalizer/Makefile +++ b/german/webalizer/Makefile @@ -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 \ diff --git a/german/webalizer/files/patch-ae b/german/webalizer/files/patch-ae new file mode 100644 index 000000000000..37d3c44363f2 --- /dev/null +++ b/german/webalizer/files/patch-ae @@ -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="" diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile index 10012e298257..48eb8cb994fe 100644 --- a/german/webalizer2/Makefile +++ b/german/webalizer2/Makefile @@ -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 \ diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index a2b5211d0c65..7c2eb7f04f8e 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -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 \ diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index a2b5211d0c65..7c2eb7f04f8e 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -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 \ |