From 5f0aacaa5199088f5aaeda5365c44a9cfd35b90a Mon Sep 17 00:00:00 2001 From: jmmv Date: Tue, 4 Jan 2005 14:00:11 +0000 Subject: 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? --- www/epiphany/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/epiphany') 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 -- cgit v1.2.3