diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-04 14:00:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-04 14:00:11 +0000 |
commit | 5f0aacaa5199088f5aaeda5365c44a9cfd35b90a (patch) | |
tree | ac6c27c27f6db6a151558e4dd855a873b45aed2d /www | |
parent | ac410745dc439463030e860b19e284dfbec9f0be (diff) | |
download | pkgsrc-5f0aacaa5199088f5aaeda5365c44a9cfd35b90a.tar.gz |
Fix build with Mozilla >= 1.7.4. Problem shown in latest bulk builds.
XXX: Something weird is going on with mozilla include files (just look
at the CPPFLAGS modifications in this package). Maybe someone more
clueful (taya@ ?) could look at this?
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 38e62419781..dbcf16df1e1 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/01/03 22:49:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2005/01/04 14:00:11 jmmv Exp $ # DISTNAME= epiphany-1.4.7 @@ -21,7 +21,9 @@ USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${BUILDLINK_PREFIX.mozilla-gtk2}/include/mozilla-gtk2/docshell CPPFLAGS+= -I${BUILDLINK_PREFIX.mozilla-gtk2}/include/mozilla-gtk2/find +CPPFLAGS+= -I${BUILDLINK_PREFIX.mozilla-gtk2}/include/mozilla-gtk2/necko CPPFLAGS+= -I${BUILDLINK_PREFIX.mozilla-gtk2}/include/mozilla-gtk2/pref GCONF2_SCHEMAS= epiphany.schemas |