|
|
8acfe1 |
diff -up xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul-embedding.pc.in.pk xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul-embedding.pc.in
|
|
|
8acfe1 |
--- xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul-embedding.pc.in.pk 2010-08-06 03:09:24.000000000 +0200
|
|
|
8acfe1 |
+++ xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul-embedding.pc.in 2010-08-16 11:12:32.000000000 +0200
|
|
|
8acfe1 |
@@ -6,5 +6,6 @@ idldir=%idldir%
|
|
|
8acfe1 |
Name: libxul-embedding
|
|
|
8acfe1 |
Description: Static library for version-independent embedding of the Mozilla runtime
|
|
|
8acfe1 |
Version: %MOZILLA_VERSION%
|
|
|
8acfe1 |
+Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
|
8acfe1 |
Libs: -L${sdkdir}/lib -lxpcomglue -ldl
|
|
|
8acfe1 |
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
|
|
|
8acfe1 |
diff -up xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul.pc.in.pk xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul.pc.in
|
|
|
8acfe1 |
--- xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul.pc.in.pk 2010-08-06 03:09:24.000000000 +0200
|
|
|
8acfe1 |
+++ xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/libxul.pc.in 2010-08-16 11:07:52.000000000 +0200
|
|
|
8acfe1 |
@@ -2,6 +2,7 @@ prefix=%prefix%
|
|
|
8acfe1 |
sdkdir=%sdkdir%
|
|
|
8acfe1 |
includedir=%includedir%
|
|
|
8acfe1 |
idldir=%idldir%
|
|
|
8acfe1 |
+libdir=%libdir%
|
|
|
8acfe1 |
|
|
|
8acfe1 |
Name: libxul
|
|
|
8acfe1 |
Description: The Mozilla Runtime and Embedding Engine
|
|
|
8acfe1 |
diff -up xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/Makefile.in.pk xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/Makefile.in
|
|
|
8acfe1 |
--- xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/Makefile.in.pk 2010-08-16 11:07:52.000000000 +0200
|
|
|
8acfe1 |
+++ xulrunner-1.9.3.0/mozilla-central/xulrunner/installer/Makefile.in 2010-08-16 11:07:52.000000000 +0200
|
|
|
8acfe1 |
@@ -116,6 +116,7 @@ endif
|
|
|
8acfe1 |
-e "s|%includedir%|$(includedir)|" \
|
|
|
8acfe1 |
-e "s|%idldir%|$(idldir)|" \
|
|
|
8acfe1 |
-e "s|%sdkdir%|$(sdkdir)|" \
|
|
|
8acfe1 |
+ -e "s|%libdir%|$(installdir)|" \
|
|
|
8acfe1 |
-e "s|%MOZ_APP_NAME%|$(MOZ_APP_NAME)|" \
|
|
|
8acfe1 |
-e "s|%MOZILLA_VERSION%|$(MOZ_APP_VERSION)|" \
|
|
|
8acfe1 |
-e "s|%WCHAR_CFLAGS%|$(WCHAR_CFLAGS)|" \
|