Magellan Linux

Annotation of /trunk/nspr/patches/nspr-4.6.6-pkgconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 1277 byte(s)
-import

1 niro 153 --- mozilla/nsprpub/config/Makefile.in.orig 2005-06-01 14:28:23.000000000 +0000
2     +++ mozilla/nsprpub/config/Makefile.in 2006-01-15 04:13:42.000000000 +0000
3     @@ -54,7 +54,7 @@
4     # because it is included by every makefile.
5     DIST_GARBAGE = nsprincl.mk nsprincl.sh nspr-config
6    
7     -RELEASE_BINS = nspr-config
8     +RELEASE_BINS = nspr-config nspr.pc
9    
10     include $(topsrcdir)/config/config.mk
11    
12     @@ -139,6 +139,7 @@
13    
14     export:: $(TARGETS)
15     rm -f $(dist_bindir)/nspr-config
16     + rm -f $(dist_bindir)/nspr.pc
17    
18     ifdef WRAP_SYSTEM_INCLUDES
19     export::
20     --- mozilla/nsprpub/config/nspr.pc.in.orig 1970-01-01 00:00:00.000000000 +0000
21     +++ mozilla/nsprpub/config/nspr.pc.in 2006-01-15 04:12:23.000000000 +0000
22     @@ -0,0 +1,10 @@
23     +prefix=@prefix@
24     +exec_prefix=@exec_prefix@
25     +libdir=@libdir@
26     +includedir=@includedir@
27     +
28     +Name: NSPR
29     +Description: The Netscape Portable Runtime
30     +Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@
31     +Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 @OS_LIBS@
32     +Cflags: -I${includedir}
33     --- mozilla/nsprpub/configure.orig 2006-01-15 04:17:59.000000000 +0000
34     +++ mozilla/nsprpub/configure 2006-01-15 04:21:35.000000000 +0000
35     @@ -5899,6 +5899,7 @@
36     config/nsprincl.mk
37     config/nsprincl.sh
38     config/nspr-config
39     +config/nspr.pc
40     lib/Makefile
41     lib/ds/Makefile
42     lib/libc/Makefile