diff options
author | jwise <jwise@pkgsrc.org> | 2003-05-11 00:09:35 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-05-11 00:09:35 +0000 |
commit | 38e882008180bba08348a0c7c941f557238f24b5 (patch) | |
tree | 625bd422066c5498f7a333160e66cfa91021196d | |
parent | 9128ce4c3d042a27e1f8b3c5d5c340f4851e63ce (diff) | |
download | pkgsrc-38e882008180bba08348a0c7c941f557238f24b5.tar.gz |
Fix to build again after recent boehm-gc update. (Hi jmmv@netbsd.org!)
-rw-r--r-- | www/w3m/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index aa090a529b4..e1a8b623edd 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2003/03/29 12:42:56 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.19 2003/05/11 00:09:35 jwise Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --bindir=${PREFIX}/bin CONFIGURE_ARGS+= --auxbindir=${PREFIX}/${HELPERDIR} CONFIGURE_ARGS+= --libdir=${PREFIX}/${HELPERDIR} CONFIGURE_ARGS+= --helpdir=${PREFIX}/${HELPDIR} -CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include +CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include/gc CONFIGURE_ARGS+= --gc-libdir=${BUILDLINK_PREFIX.boehm-gc}/lib .if ${W3M_USE_IMAGE} == YES |