diff options
author | lukem <lukem> | 2001-02-06 19:56:38 +0000 |
---|---|---|
committer | lukem <lukem> | 2001-02-06 19:56:38 +0000 |
commit | 9da93ff30a24275ceed10c4403d2ee4ec71874f3 (patch) | |
tree | 37458444a6b92eef5c0fecd507aedfb0115c61fa /chat | |
parent | 471d4f44186c82d4455e00177a6484e25ff1b792 (diff) | |
download | pkgsrc-9da93ff30a24275ceed10c4403d2ee4ec71874f3.tar.gz |
kludge around gale's broken mechanism for finding w3c-libwww's header files.
problem noticed by perry because he has that package installed whereas I don't.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 85c4bcf44c4..3631510d156 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/06 18:19:11 lukem Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/06 19:56:38 lukem Exp $ # DISTNAME= gale-0.99a @@ -39,7 +39,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include/rsaref +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/rsaref -I${LOCALBASE}/include/w3c-libwww" GALE_USER= gale GALE_GROUP= gale |