Author: pebender
Date: Wed Apr 8 19:21:09 2009
New Revision: 4584
Added:
trunk/gar-minimyth/script/lib/nspr/files/nspr-4.7.4-cross.patch
Removed:
trunk/gar-minimyth/script/lib/nspr/files/nspr-4.7.3-cross.patch
Log:
- Added patch missing from previous lib/nspr update.
Added: trunk/gar-minimyth/script/lib/nspr/files/nspr-4.7.4-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/lib/nspr/files/nspr-4.7.4-cross.patch Wed
Apr 8 19:21:09 2009
@@ -0,0 +1,39 @@
+diff -Naur nspr-4.7.4-old/mozilla/nsprpub/config/nspr-config.in
nspr-4.7.4-new/mozilla/nsprpub/config/nspr-config.in
+--- nspr-4.7.4-old/mozilla/nsprpub/config/nspr-config.in 2005-05-10
17:53:41.000000000 -0700
++++ nspr-4.7.4-new/mozilla/nsprpub/config/nspr-config.in 2009-04-08
15:47:51.000000000 -0700
+@@ -118,11 +118,11 @@
+ fi
+
+ if test "$echo_cflags" = "yes"; then
+- echo -I$includedir
++ echo -I$DESTDIR$includedir
+ fi
+
+ if test "$echo_libs" = "yes"; then
+- libdirs=-L$libdir
++ libdirs=-L$DESTDIR$libdir
+ if test -n "$lib_plds"; then
+ libdirs="$libdirs -lplds${major_version}"
+ fi
+diff -Naur nspr-4.7.4-old/mozilla/nsprpub/configure
nspr-4.7.4-new/mozilla/nsprpub/configure
+--- nspr-4.7.4-old/mozilla/nsprpub/configure 2008-12-04 16:46:50.000000000
-0800
++++ nspr-4.7.4-new/mozilla/nsprpub/configure 2009-04-08 15:47:51.000000000
-0700
+@@ -2592,6 +2592,7 @@
+
+ if test "$cross_compiling" = "yes"; then
+ CROSS_COMPILE=1
++ NSINSTALL='nsinstall'
+ else
+ CROSS_COMPILE=
+ fi
+diff -Naur nspr-4.7.4-old/mozilla/nsprpub/configure.in
nspr-4.7.4-new/mozilla/nsprpub/configure.in
+--- nspr-4.7.4-old/mozilla/nsprpub/configure.in 2008-12-04
16:46:50.000000000 -0800
++++ nspr-4.7.4-new/mozilla/nsprpub/configure.in 2009-04-08
15:47:51.000000000 -0700
+@@ -520,6 +520,7 @@
+
+ if test "$cross_compiling" = "yes"; then
+ CROSS_COMPILE=1
++ NSINSTALL='nsinstall'
+ else
+ CROSS_COMPILE=
+ fi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---