diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 20:17:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 20:17:26 +0800 |
commit | 1c22083ecd889479170e4aaeaac1eb3dc0ac11b1 (patch) | |
tree | 89f134b70277e11895ec71213370afead5025e4e /www/mozilla | |
parent | b3440c6412ed826d43a7bb082ea3b29bab3f6a16 (diff) | |
download | marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar.gz marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar.bz2 marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar.lz marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar.xz marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.tar.zst marcuscom-ports-1c22083ecd889479170e4aaeaac1eb3dc0ac11b1.zip |
- 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
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 8 |
1 files changed, 6 insertions, 2 deletions
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 <ahze@FreeBSD.org> # # $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: |