From 1c22083ecd889479170e4aaeaac1eb3dc0ac11b1 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 12 Oct 2006 12:17:26 +0000 Subject: - Install nsISidebar to allow epiphany & galeon to build with xulrunner git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7735 df743ca5-7f9a-e211-a948-0013205c9059 --- www/mozilla/Makefile.common | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'www/mozilla') diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index f89f4cf72..0b9d5f573 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.27 2006/10/09 04:30:01 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.28 2006/10/12 09:32:06 ahze Exp $ # This file contains some reusable components for mozilla ports. It's of # use primarily to apps from the mozilla project itself (such as Firefox, @@ -215,7 +215,6 @@ JAVA_VERSION+= 1.4+ JAVA_OS+= native CONFIGURE_ENV+= JAVA_HOME="${JAVA_HOME}" MOZ_OPTIONS+= --enable-javaxpcom -CFLAGS+= -DJNIIMPORT .endif .if defined(WITH_LOGGING) @@ -319,6 +318,11 @@ gecko-moz-pis-patch: @${MOZCONFIG_SED} < ${FILESDIR}/${moz} > ${WRKDIR}/${moz} .endfor +post-configure: gecko-post-configure + +gecko-post-configure: + @${ECHO_CMD} "#define JNIIMPORT" >> ${WRKSRC}/mozilla-config.h + post-build: gecko-post-build gecko-post-build: -- cgit v1.2.3