]> git.pld-linux.org Git - packages/nspr.git/blob - nspr-acfix.patch
- updated to 4.10
[packages/nspr.git] / nspr-acfix.patch
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 @@
4  dnl ========================================================
5  dnl Generate output files.
6  dnl ========================================================
7 -MAKEFILES="
8 +m4_define([MAKEFILES], [
9      Makefile
10      config/Makefile
11      config/autoconf.mk
12 @@ -3224,41 +3224,17 @@
13      pr/src/threads/Makefile
14      pr/tests/Makefile
15      pr/tests/dll/Makefile
16 -"
17 -
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
29 -
30 -if test -z "$USE_PTHREADS" && test -z "$USE_BTHREADS"; then
31 -    MAKEFILES="$MAKEFILES
32          pr/src/threads/combined/Makefile
33 -    "
34 -elif test -n "$USE_PTHREADS"; then
35 -    MAKEFILES="$MAKEFILES
36          pr/src/pthreads/Makefile
37 -    "
38 -elif test -n "$USE_BTHREADS"; then
39 -    MAKEFILES="$MAKEFILES
40          pr/src/bthreads/Makefile
41 -    "
42 -fi
43 -
44 -if test -n "$USE_CPLUS"; then
45 -    MAKEFILES="$MAKEFILES
46          pr/src/cplus/Makefile
47          pr/src/cplus/tests/Makefile
48 -    "
49 -fi
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.038397 seconds and 3 git commands to generate.