File: 20_xulrunner.patch

package info (click to toggle)
evolution-data-server 1.6.3-5etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 59,384 kB
  • ctags: 43,218
  • sloc: ansic: 319,315; tcl: 30,499; xml: 19,166; sh: 18,776; perl: 11,529; cpp: 8,259; java: 7,653; makefile: 6,448; awk: 1,338; yacc: 1,103; sed: 772; cs: 505; lex: 134; asm: 14
file content (32 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ruN evolution-data-server-1.6.2.orig/configure.in evolution-data-server-1.6.2/configure.in
--- evolution-data-server-1.6.2.orig/configure.in	2006-05-29 15:16:16.000000000 +0200
+++ evolution-data-server-1.6.2/configure.in	2006-05-30 18:39:36.000000000 +0200
@@ -355,7 +355,7 @@
 	
 	if test "x${check_manually}" = "xno"; then
 		AC_MSG_CHECKING(Mozilla NSPR pkg-config module name)
-		mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr"
+		mozilla_nspr_pcs="nspr mozilla-nspr firefox-nspr xulrunner-nspr"
 		for pc in $mozilla_nspr_pcs; do
 			if $PKG_CONFIG --exists $pc; then
 				AC_MSG_RESULT($pc)
@@ -365,7 +365,7 @@
 		done
 		
 		AC_MSG_CHECKING(Mozilla NSS pkg-config module name)
-		mozilla_nss_pcs="nss mozilla-nss firefox-nss"
+		mozilla_nss_pcs="nss mozilla-nss firefox-nss xulrunner-nss"
 		for pc in $mozilla_nss_pcs; do
 			if $PKG_CONFIG --exists $pc; then
 				AC_MSG_RESULT($pc)
@@ -388,8 +388,8 @@
 			MANUAL_NSS_LIBS=""
 		else
 			check_manually="yes"
-			mozilla_nspr=""
-			mozilla_nss=""
+			mozilla_nspr="xulrunner-nspr"
+			mozilla_nss="xulrunner-nss"
 		fi
 	fi