From dcf5e833bac74a1f04fe373de4ffe1bdd63e32ed Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Aug 2001 03:55:31 +0000 Subject: Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer automatically added by libgetopt/buildlink.mk. --- www/cadaver/Makefile | 4 +++- www/sitecopy/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'www') 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. -- cgit v1.2.3