fix parallel build
This commit is contained in:
parent
fcf8ecd167
commit
91728c4a6f
11
ncurses-5.7-20100116-transformdeps.patch
Normal file
11
ncurses-5.7-20100116-transformdeps.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up ncurses-5.7/progs/modules.transformdeps ncurses-5.7/progs/modules
|
||||
--- ncurses-5.7/progs/modules.transformdeps 2010-01-18 16:52:31.000000000 +0100
|
||||
+++ ncurses-5.7/progs/modules 2010-01-18 17:07:27.000000000 +0100
|
||||
@@ -40,6 +40,6 @@ infocmp progs $(srcdir) $(HEADER_DEPS)
|
||||
tabs progs $(srcdir) $(HEADER_DEPS)
|
||||
tput progs $(srcdir) $(HEADER_DEPS) transform.h termsort.c
|
||||
tset progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
|
||||
-transform progs $(srcdir) $(HEADER_DEPS)
|
||||
+transform progs $(srcdir) $(HEADER_DEPS) transform.h
|
||||
|
||||
# vile:makemode
|
@ -14,6 +14,7 @@ Patch8: ncurses-5.7-20100116-config.patch
|
||||
Patch9: ncurses-5.6-20070612-libs.patch
|
||||
Patch11: ncurses-5.6-20080112-urxvt.patch
|
||||
Patch12: ncurses-5.6-20080628-kbs.patch
|
||||
Patch13: ncurses-5.7-20100116-transformdeps.patch
|
||||
BuildRequires: gpm-devel pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -97,6 +98,7 @@ The ncurses-static package includes static libraries of the ncurses library.
|
||||
%patch9 -p1 -b .libs
|
||||
%patch11 -p1 -b .urxvt
|
||||
%patch12 -p1 -b .kbs
|
||||
%patch13 -p1 -b .transformdeps
|
||||
|
||||
# this will be in documentation, drop executable bits
|
||||
cp -p install-sh test
|
||||
|
Loading…
Reference in New Issue
Block a user