1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
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
8 # More information can be found in the files COPYING and README.
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
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
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)
30 top_distdir=`cd $(distdir) && pwd`; \
31 distdir=`cd $(distdir) && pwd`; \
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 \
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
42 @cp Makefile.in GNUmakefile
44 + @echo "Hacking the Makefile .. (Clifford)"
45 + @perl -pe 's,^(xmonisdn:.*),$$1\n\t\$$(MAKE) xmonisdn.man,' < Makefile > x && mv x Makefile
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
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)
61 top_distdir=`cd $(distdir) && pwd`; \
62 distdir=`cd $(distdir) && pwd`; \
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 \
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
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
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@\"
89 exec_prefix = @exec_prefix@