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
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
23 ../include/nomacros.h \
35 TEST_DEPS = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
38 make_keys$(BUILD_EXEEXT) : \
39 $(tinfo)/make_keys.c \
42 $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD_LIBS)
44 make_hash$(BUILD_EXEEXT) : \
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 >$@