diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-20 03:55:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-20 03:55:31 +0000 |
commit | eaa7dc2c7c53bf4b2061e522d9d3735865d8363f (patch) | |
tree | 3f75477749ecca6f21be23d5f960c903cb46b479 /www | |
parent | d390185ffdbcd7e5ca1f9b65aca7034247cebee9 (diff) | |
download | pkgsrc-eaa7dc2c7c53bf4b2061e522d9d3735865d8363f.tar.gz |
Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer
automatically added by libgetopt/buildlink.mk.
Diffstat (limited to 'www')
-rw-r--r-- | www/cadaver/Makefile | 4 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index c0e6aeb5e37..acebbade2e0 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/29 04:54:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $ DISTNAME= cadaver-0.17.0 CATEGORIES= www @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-include-neon CONFIGURE_ARGS+= --enable-libxml CONFIGURE_ARGS+= --enable-netrc +LIBS+= ${LIBGETOPT} + # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no LIBS+= -ltermcap diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 893521fad4e..bce85aa4984 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/07/24 09:36:23 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/20 03:55:32 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --enable-libxml +LIBS+= ${LIBGETOPT} + # The build process doesn't correctly find the header for GNU fnmatch, which # is provided in ${WRKSRC}/lib. Help the compiler by linking the header # to ${WRKSRC} and explicitly passing -I. to the compiler. |