summaryrefslogtreecommitdiff
path: root/firefox-1.0-nspr-config.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-09-25 19:53:15 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-09-25 19:53:15 +0000
commit0f0b0db5c0a418360fff95853a90019654df8829 (patch)
tree7e70e931d8f53fb1b13abf2168b40ae006ef17f3 /firefox-1.0-nspr-config.patch
parent- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros (diff)
downloadlibrewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.gz
librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.tar.bz2
librewolf-fedora-ff-0f0b0db5c0a418360fff95853a90019654df8829.zip
Killing some more dead patches
Diffstat (limited to 'firefox-1.0-nspr-config.patch')
-rw-r--r--firefox-1.0-nspr-config.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/firefox-1.0-nspr-config.patch b/firefox-1.0-nspr-config.patch
deleted file mode 100644
index 8cf740b..0000000
--- a/firefox-1.0-nspr-config.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-? nsprpub/config/system_wrappers
-Index: nsprpub/config/nspr-config.in
-===================================================================
-RCS file: /cvsroot/mozilla/nsprpub/config/nspr-config.in,v
-retrieving revision 1.2.2.2
-diff -d -u -p -r1.2.2.2 nspr-config.in
---- nsprpub/config/nspr-config.in 28 Feb 2003 01:52:53 -0000 1.2.2.2
-+++ nsprpub/config/nspr-config.in 4 Apr 2005 21:33:29 -0000
-@@ -3,6 +3,7 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- exec_prefix_set=no
-+libdir=@libdir@
-
- major_version=@MOD_MAJOR_VERSION@
- minor_version=@MOD_MINOR_VERSION@
-@@ -95,7 +96,7 @@ if test "$echo_cflags" = "yes"; then
- fi
-
- if test "$echo_libs" = "yes"; then
-- libdirs=-L${exec_prefix}/lib
-+ libdirs=-L${libdir}
- if test -n "$lib_plds"; then
- libdirs="$libdirs -lplds${major_version}"
- fi
bgstack15