diff options
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r-- | www/sitecopy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index f8557cf870f..74abb54ccee 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/10 00:08:49 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/11 02:05:15 jlam Exp $ DISTNAME= sitecopy-0.10.15 CATEGORIES= www @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --enable-libxml .include "../../devel/libgetopt/buildlink.mk" -CFLAGS+= -I${BUILDLINK_INCDIR} ${CPPFLAGS} +CFLAGS+= ${CPPFLAGS} # 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 |