diff options
author | jlam <jlam> | 2001-08-20 03:55:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-20 03:55:31 +0000 |
commit | ecff6e993ef6a9eb3605b433c4e92b47ee7c48fc (patch) | |
tree | 3f75477749ecca6f21be23d5f960c903cb46b479 | |
parent | 1009aa22ec67243c0118fcd4f5487bdb2af88f27 (diff) | |
download | pkgsrc-ecff6e993ef6a9eb3605b433c4e92b47ee7c48fc.tar.gz |
Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longer
automatically added by libgetopt/buildlink.mk.
-rw-r--r-- | databases/postgresql-client/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql-server/Makefile | 4 | ||||
-rw-r--r-- | sysutils/psmisc/Makefile | 5 | ||||
-rw-r--r-- | www/cadaver/Makefile | 4 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 4 |
5 files changed, 14 insertions, 6 deletions
diff --git a/databases/postgresql-client/Makefile b/databases/postgresql-client/Makefile index ec77578b43c..cf396997145 100644 --- a/databases/postgresql-client/Makefile +++ b/databases/postgresql-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/23 19:26:51 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/20 03:55:31 jlam Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -12,6 +12,7 @@ BUILDLINK_DEPENDS.postgresql-lib= postgresql-lib>=${PG_BASE_VERS} CONFIGURE_ARGS+= --enable-readline MAKE_ENV+= INSTALLED_LIBPQ=1 +LIBS+= ${LIBGETOPT} DIRS_TO_BUILD= src/bin diff --git a/databases/postgresql-server/Makefile b/databases/postgresql-server/Makefile index b635f59b6b4..164d623db1c 100644 --- a/databases/postgresql-server/Makefile +++ b/databases/postgresql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/14 03:41:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/08/20 03:55:32 jlam Exp $ .include "../../databases/postgresql/Makefile.common" .include "../../databases/postgresql/Makefile.ssl" @@ -12,6 +12,8 @@ BUILDLINK_DEPENDS.postgresql-lib= postgresql-lib>=${PG_BASE_VERS} DEPENDS+= postgresql-client>=${PG_BASE_VERS}:../../databases/postgresql-client +LIBS+= ${LIBGETOPT} + # mips has no TAS implementation NOT_FOR_PLATFORM= *-*-mips diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index e3ff011f3fd..8a1d51aeda9 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/07/14 07:42:55 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/20 03:55:32 jlam Exp $ DISTNAME= psmisc-20.1 CATEGORIES= sysutils @@ -10,8 +10,9 @@ COMMENT= miscellaneous procfs tools: killall, pidof, and pstree CONFLICTS+= pstree-[0-9]* -GNU_CONFIGURE= # defined USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined +LIBS+= ${LIBGETOPT} # "make install" doesn't install the link from killall -> pidof. post-install: 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. |