diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-24 08:53:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-24 08:53:54 +0000 |
commit | 54718a4db7a73e26f6c276f352e0682c36b5c527 (patch) | |
tree | 5f91b7729fd1bdb67af0af17bb78b53ca29f8bd6 /www/sitecopy | |
parent | a7c8e855cba1fc8efee19d3a05c929de3572328e (diff) | |
download | pkgsrc-54718a4db7a73e26f6c276f352e0682c36b5c527.tar.gz |
Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries. Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 6954f145a44..deee6bc4c9d 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/05/22 16:09:14 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/24 08:53:58 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -19,11 +19,11 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --with-included-neon CONFIGURE_ARGS+= --enable-libxml -.include "../../devel/libgetopt/Makefile.getopt" +.include "../../devel/libgetopt/buildlink.mk" -CFLAGS+= -I${WRKINCDIR} ${CPPFLAGS} +CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} -pre-configure: link-getopt-headers +pre-configure: ${BUILDLINK_TARGETS} # 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 |