diff options
author | simonb <simonb@pkgsrc.org> | 2002-11-05 08:22:31 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2002-11-05 08:22:31 +0000 |
commit | c978843c607a6a91709776683ff111c4732c4735 (patch) | |
tree | 59aa8107c41b4760f058851d8445ce7cd99859c8 /www | |
parent | c476f60c492a9806982bfd7c4ba0f96f5a136131 (diff) | |
download | pkgsrc-c978843c607a6a91709776683ff111c4732c4735.tar.gz |
Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem in
pkg/18933.
Suggested by Roland Dowdeswell and checked by Nick Hudson.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index e1c6539b41d..79569fcc91f 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/10/08 14:50:52 taya Exp $ +# $NetBSD: Makefile,v 1.39 2002/11/05 08:22:31 simonb Exp $ DISTNAME= galeon-1.2.6 CATEGORIES= www @@ -12,16 +12,18 @@ CONFLICTS= galeon-current-[0-9]* BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools -USE_X11BASE= yes -USE_BUILDLINK2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \ - --with-mozilla-libs=${PREFIX}/lib/mozilla \ - --with-libiconv=${LOCALBASE} \ - --disable-applet \ - --disable-werror \ - --sysconfdir=${PREFIX}/etc +USE_X11BASE= yes +USE_BUILDLINK2= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \ + --with-mozilla-libs=${PREFIX}/lib/mozilla \ + --with-libiconv=${LOCALBASE} \ + --disable-applet \ + --disable-werror \ + --sysconfdir=${PREFIX}/etc # XXX to build against mozilla 1.1 #CONFIGURE_ARGS+= --with-mozilla-snapshot=trunk |