Dash:
[t2.git] / package / network / isdn4k-utils / hotfixes.patch
blob9b7f3703c11b73832b390ba4908dfc53cd7a3de3
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../isdn4k-utils/hotfixes.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
7 #
8 # More information can be found in the files COPYING and README.
9 #
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./capiinfo/Makefile.in.orig 2002-07-19 23:20:34.000000000 +0200
19 +++ ./capiinfo/Makefile.in 2002-10-14 11:03:32.000000000 +0200
20 @@ -121,7 +121,7 @@
21 .SUFFIXES:
22 .SUFFIXES: .S .c .o .s
23 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
24 - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
25 + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
27 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
28 cd $(top_builddir) \
29 @@ -318,7 +318,7 @@
30 top_distdir=`cd $(distdir) && pwd`; \
31 distdir=`cd $(distdir) && pwd`; \
32 cd $(top_srcdir) \
33 - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
34 + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
35 @for file in $(DISTFILES); do \
36 d=$(srcdir); \
37 if test -d $$d/$$file; then \
38 --- ./xmonisdn/Makefile.in.orig 2002-07-19 22:30:02.000000000 +0200
39 +++ ./xmonisdn/Makefile.in 2002-10-14 11:03:32.000000000 +0200
40 @@ -65,6 +65,8 @@
41 config:
42 @cp Makefile.in GNUmakefile
43 @xmkmf
44 + @echo "Hacking the Makefile .. (Clifford)"
45 + @perl -pe 's,^(xmonisdn:.*),$$1\n\t\$$(MAKE) xmonisdn.man,' < Makefile > x && mv x Makefile
47 clean:
48 $(MAKE) -f Makefile clean
49 --- ./capifax/Makefile.in.orig 2000-05-11 12:55:00.000000000 +0200
50 +++ ./capifax/Makefile.in 2002-10-14 11:03:32.000000000 +0200
51 @@ -124,7 +124,7 @@
52 .SUFFIXES:
53 .SUFFIXES: .S .c .o .s
54 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
55 - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
56 + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
58 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
59 cd $(top_builddir) \
60 @@ -286,7 +286,7 @@
61 top_distdir=`cd $(distdir) && pwd`; \
62 distdir=`cd $(distdir) && pwd`; \
63 cd $(top_srcdir) \
64 - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
65 + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
66 @for file in $(DISTFILES); do \
67 d=$(srcdir); \
68 if test -d $$d/$$file; then \
69 --- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100
70 +++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100
71 @@ -7,7 +7,7 @@
72 # stuff by hand. #
73 #----------------------------------------------------------------------------#
75 -NCURSES_LIBS = @LINK_NCURSES_LIBS@
76 +NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses
77 NCURSES_HAVE = @HAVE_NCURSES_PACK@
79 TCL_LIBS = @LINK_TCL_LIBS@
80 --- isdn4k-utils/isdnctrl/Makefile.in.orig 2002-07-19 23:23:54.000000000 +0200
81 +++ isdn4k-utils/isdnctrl/Makefile.in 2005-08-02 12:21:41.000000000 +0200
82 @@ -17,7 +17,7 @@
83 INSTALL = @INSTALL@
84 INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
85 INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
86 -CC = @CC@ -DVERSION=\"@I4LVERSION@\"
87 +CFLAGS += -DVERSION=\"@I4LVERSION@\"
88 prefix = @prefix@
89 exec_prefix = @exec_prefix@