9ccdfb
diff -up ./esc/src/app/xpcom/Makefile.sdk.fix11 ./esc/src/app/xpcom/Makefile.sdk
9ccdfb
--- ./esc/src/app/xpcom/Makefile.sdk.fix11	2011-09-16 11:28:43.413286053 -0700
9ccdfb
+++ ./esc/src/app/xpcom/Makefile.sdk	2011-09-16 11:28:43.529286053 -0700
9ccdfb
@@ -108,7 +108,7 @@ endif
9ccdfb
 ifeq ($(OS_ARCH),Linux)
9ccdfb
 CPPFLAGS += -fno-rtti \
9ccdfb
                 -fno-exceptions \
9ccdfb
-                -fshort-wchar -fPIC
9ccdfb
+                -fshort-wchar -fPIC -std=gnu++0x
9ccdfb
 GECKO_LD_LIBS=-L$(GECKO_SDK_PATH)/lib    $(GECKO_SDK_PATH)/lib/libxpcomglue.a -lnssutil3 -lnss3 -lcrmf -lssl3 -lsmime3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl
9ccdfb
 endif
9ccdfb
 
9ccdfb
@@ -129,6 +129,10 @@ ifdef ESC_VERSION
9ccdfb
 GECKO_DEFINES += -DESC_VERSION=$(ESC_VERSION)
9ccdfb
 endif
9ccdfb
 
9ccdfb
+ifdef GECKO_BIN_PATH
9ccdfb
+GECKO_DEFINES += -DGECKO_BIN_PATH=$(GECKO_BIN_PATH)
9ccdfb
+endif
9ccdfb
+
9ccdfb
 NSS_INCLUDE =  /usr/include/nss3
9ccdfb
 NSPR_INCLUDE =  /usr/include/nspr4
9ccdfb
 
9ccdfb
diff -up ./esc/src/app/xpcom/rhCoolKey.cpp.fix11 ./esc/src/app/xpcom/rhCoolKey.cpp
9ccdfb
--- ./esc/src/app/xpcom/rhCoolKey.cpp.fix11	2011-09-16 11:28:43.510286053 -0700
9ccdfb
+++ ./esc/src/app/xpcom/rhCoolKey.cpp	2011-09-16 11:28:43.530286053 -0700
9ccdfb
@@ -538,7 +538,7 @@ PRBool rhCoolKey::InitInstance()
9ccdfb
 
9ccdfb
     char xpcom_path[4096];
9ccdfb
     xpcom_path[0] = 0;
9ccdfb
-
9ccdfb
+/*
9ccdfb
     static const GREVersionRange greVersion = 
9ccdfb
     {
9ccdfb
     "1.9", PR_TRUE,
9ccdfb
@@ -550,6 +550,13 @@ PRBool rhCoolKey::InitInstance()
9ccdfb
         return PR_FALSE;
9ccdfb
     }
9ccdfb
 
9ccdfb
+*/
9ccdfb
+
9ccdfb
+    char *grePath = (char *) GETSTRING(GECKO_BIN_PATH);
9ccdfb
+
9ccdfb
+    
9ccdfb
+    snprintf(xpcom_path,4096,grePath);
9ccdfb
+
9ccdfb
     char *lib_name =(char *) XPCOM_LIB_NAME ;
9ccdfb
 
9ccdfb
   
9ccdfb
diff -up ./esc/src/app/xpcom/tray/Makefile.sdk.fix11 ./esc/src/app/xpcom/tray/Makefile.sdk
9ccdfb
--- ./esc/src/app/xpcom/tray/Makefile.sdk.fix11	2011-09-16 11:31:59.645286087 -0700
9ccdfb
+++ ./esc/src/app/xpcom/tray/Makefile.sdk	2011-09-16 11:32:10.859286088 -0700
9ccdfb
@@ -23,7 +23,7 @@ include $(CORE_DEPTH)/coreconf/config.mk
9ccdfb
 include $(CORE_DEPTH)/coreconf/rules.mk
9ccdfb
 
9ccdfb
 ifeq ($(OS_ARCH),Linux)
9ccdfb
-CXXFLAGS        += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS) $(NOTIFY_CXX_FLAGS) -fPIC
9ccdfb
+CXXFLAGS        += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS) $(NOTIFY_CXX_FLAGS) -fPIC -std=gnu++0x
9ccdfb
 endif
9ccdfb
 
9ccdfb
 
9ccdfb
diff -up ./esc/src/app/xul/esc/application.ini.fix11 ./esc/src/app/xul/esc/application.ini
9ccdfb
--- ./esc/src/app/xul/esc/application.ini.fix11	2011-09-16 11:28:43.511286053 -0700
9ccdfb
+++ ./esc/src/app/xul/esc/application.ini	2011-09-16 11:28:43.532286053 -0700
9ccdfb
@@ -25,11 +25,11 @@ Vendor=RedHat
9ccdfb
 Name=ESC
9ccdfb
 ;
9ccdfb
 ; This field specifies your application's version.  This field is optional.
9ccdfb
-Version=1.1.0-15
9ccdfb
+Version=1.1.0-16
9ccdfb
 ;
9ccdfb
 ; This field specifies your application's build ID (timestamp).  This field is
9ccdfb
 ; required.
9ccdfb
-BuildID=0000001015
9ccdfb
+BuildID=0000001016
9ccdfb
 ;
9ccdfb
 ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
9ccdfb
 ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
9ccdfb
@@ -41,12 +41,12 @@ ID={6380471b-1924-4b48-b652-49f42951af86
9ccdfb
 ; This field is required.  It specifies the minimum Gecko version that this
9ccdfb
 ; application requires.  Specifying 1.8 matches all releases with a version
9ccdfb
 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
9ccdfb
-MinVersion=1.99
9ccdfb
+MinVersion=6.0.0
9ccdfb
 ;
9ccdfb
 ; This field is optional.  It specifies the maximum Gecko version that this
9ccdfb
 ; application requires.  It should be specified if your application uses
9ccdfb
 ; unfrozen interfaces.  Specifying 1.8 matches all releases with a version
9ccdfb
 ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
9ccdfb
-MaxVersion=2.99
9ccdfb
+MaxVersion=20.0.0
9ccdfb
 
9ccdfb
 [Shell]