pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/epiphany Fix build with Mozilla >= 1.7.4. Problem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44ba3d2f7eb4
branches:  trunk
changeset: 486865:44ba3d2f7eb4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Jan 04 14:00:11 2005 +0000

description:
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:

 www/epiphany/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5b80b2df196e -r 44ba3d2f7eb4 www/epiphany/Makefile
--- a/www/epiphany/Makefile     Tue Jan 04 13:54:52 2005 +0000
+++ b/www/epiphany/Makefile     Tue Jan 04 14:00:11 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index