]> git.pld-linux.org Git - packages/nspr.git/blame - nspr-acfix.patch
- updated to 4.10
[packages/nspr.git] / nspr-acfix.patch
CommitLineData
ac204f03
JB
1--- nspr-4.10/nspr/configure.in.orig 2013-05-28 23:39:29.000000000 +0200
2+++ nspr-4.10/nspr/configure.in 2013-06-08 06:25:10.860289567 +0200
3@@ -3193,7 +3193,7 @@
a4d46ce9
JB
4 dnl ========================================================
5 dnl Generate output files.
6 dnl ========================================================
7-MAKEFILES="
8+m4_define([MAKEFILES], [
03280b3b
JB
9 Makefile
10 config/Makefile
11 config/autoconf.mk
ac204f03 12@@ -3224,41 +3224,17 @@
03280b3b
JB
13 pr/src/threads/Makefile
14 pr/tests/Makefile
15 pr/tests/dll/Makefile
a4d46ce9
JB
16-"
17-
03280b3b
JB
18-if test "$OS_TARGET" = "Linux"; then
19- MAKEFILES="$MAKEFILES
20 pkg/linux/Makefile
21- "
22-elif test "$OS_TARGET" = "SunOS"; then
23- MAKEFILES="$MAKEFILES
24 pkg/solaris/Makefile
25 pkg/solaris/SUNWpr/Makefile
26 pkg/solaris/SUNWprd/Makefile
27- "
28-fi
a4d46ce9
JB
29-
30-if test -z "$USE_PTHREADS" && test -z "$USE_BTHREADS"; then
03280b3b
JB
31- MAKEFILES="$MAKEFILES
32 pr/src/threads/combined/Makefile
33- "
a4d46ce9 34-elif test -n "$USE_PTHREADS"; then
03280b3b
JB
35- MAKEFILES="$MAKEFILES
36 pr/src/pthreads/Makefile
37- "
a4d46ce9 38-elif test -n "$USE_BTHREADS"; then
03280b3b
JB
39- MAKEFILES="$MAKEFILES
40 pr/src/bthreads/Makefile
41- "
a4d46ce9
JB
42-fi
43-
44-if test -n "$USE_CPLUS"; then
03280b3b
JB
45- MAKEFILES="$MAKEFILES
46 pr/src/cplus/Makefile
47 pr/src/cplus/tests/Makefile
48- "
a4d46ce9 49-fi
a4d46ce9
JB
50+])
51
52-echo $MAKEFILES > unallmakefiles
53+echo "MAKEFILES" > unallmakefiles
54
55-AC_OUTPUT([$MAKEFILES], [chmod +x config/nspr-config])
56+AC_OUTPUT(MAKEFILES, [chmod +x config/nspr-config])
This page took 0.076873 seconds and 4 git commands to generate.