head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.12.31.05.43.31;	author avl;	state Exp;
branches;
next	1.1;

1.1
date	2010.08.08.09.16.11;	author beat;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.0.0
@
text
@--- configure.orig	2010-02-24 16:19:09.000000000 +0100
+++ configure	2010-06-14 22:12:46.000000000 +0200
@@@@ -8710,7 +8710,7 @@@@
 if test "${with_xulrunner_sdk+set}" = set; then
   withval=$with_xulrunner_sdk;
 	XULRUNNER_SDK_PREFIX=$with_xulrunner_sdk
-	GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/include -I$XULRUNNER_SDK_PREFIX/include/plugin -I$XULRUNNER_SDK_PREFIX/include/nspr -I$XULRUNNER_SDK_PREFIX/include/xpcom -I$XULRUNNER_SDK_PREFIX/include/string -I$XULRUNNER_SDK_PREFIX/include/java"
+	GECKO_CFLAGS="-I$XULRUNNER_SDK_PREFIX/libxul -I$XULRUNNER_SDK_PREFIX/nspr"
 	GECKO_LIBS="-L$XULRUNNER_SDK_PREFIX/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl"
 	# Check whether --enable-new-libxul was given.
 if test "${enable_new_libxul+set}" = set; then
@


1.1
log
@- Update to 0.9.9.2 to fix build with libxul 1.9.2
- Remove obsolete gecko provider

PR:		ports/149044
Submitted by:	decke@@
Expr-run by:	pav@@
Approved by:	portmgr (pav)
@
text
@a11 9
@@@@ -8720,7 +8720,7 @@@@
 fi
 
 
-	if test $usenewlibxul == yes; then
+	if test $usenewlibxul = yes; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_NEW_XULRUNNER 1
@

