[runit] fixed to not create ${root}sbin/
[opensde-package-nopast.git] / base / ncurses / parallel-make.patch.disabled
blob3af225e59158aa89edd23b632d6cfdb513cde44f
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../ncurses/parallel-make.patch.disabled
5 # Copyright (C) 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- SDE-COPYRIGHT-NOTE-END ---
17 diff -ur ncurses-5.4/ncurses/Makefile.in ncurses-5.4-fixed/ncurses/Makefile.in
18 --- ncurses-5.4/ncurses/Makefile.in     2006-07-03 20:08:45.000000000 +0000
19 +++ ncurses-5.4-fixed/ncurses/Makefile.in       2006-07-03 20:18:41.000000000 +0000
20 @@ -141,7 +141,6 @@
22  AUTO_SRC = \
23         ../include/nomacros.h \
24 -       codes.c \
25         comp_captab.c \
26         expanded.c \
27         fallback.c \
28 @@ -150,7 +149,6 @@
29         lib_gen.c \
30         lib_keyname.c \
31         link_test.c \
32 -       names.c \
33         unctrl.c
35  TEST_DEPS      = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
36 @@ -200,7 +198,7 @@
38  make_keys$(BUILD_EXEEXT) : \
39                 $(tinfo)/make_keys.c \
40 -               names.c
41 +               name-codes-stamp
42         $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD_LIBS)
44  make_hash$(BUILD_EXEEXT) : \
45 @@ -220,11 +218,12 @@
46  lib_keyname.c: keys.list $(base)/MKkeyname.awk
47         $(AWK) -f $(base)/MKkeyname.awk keys.list > $@
49 -names.c codes.c: $(tinfo)/MKnames.awk
50 +name-codes-stamp: $(tinfo)/MKnames.awk
51         $(AWK) -f $(tinfo)/MKnames.awk $(srcdir)/../include/@TERMINFO_CAPS@
52         cat namehdr boolnames boolfnames numnames numfnames strnames strfnames nameftr >names.c
53         cat namehdr boolcodes numcodes strcodes codeftr >codes.c
54         -rm -f namehdr nameftr codeftr boolnames boolfnames boolcodes numnames numfnames numcodes strnames strfnames strcodes
55 +       echo 1 >name-codes-stamp
57  unctrl.c: $(base)/MKunctrl.awk
58         echo | $(AWK) -f $(base)/MKunctrl.awk >$@