mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
3.5 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/isdn4k-utils/hotfixes.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./capiinfo/Makefile.in.orig 2002-07-19 23:20:34.000000000 +0200
  20. +++ ./capiinfo/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  21. @@ -121,7 +121,7 @@
  22. .SUFFIXES:
  23. .SUFFIXES: .S .c .o .s
  24. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  25. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  26. + 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
  46. clean:
  47. $(MAKE) -f Makefile clean
  48. --- ./capifax/Makefile.in.orig 2000-05-11 12:55:00.000000000 +0200
  49. +++ ./capifax/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  50. @@ -124,7 +124,7 @@
  51. .SUFFIXES:
  52. .SUFFIXES: .S .c .o .s
  53. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  54. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  55. + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
  56. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  57. cd $(top_builddir) \
  58. @@ -286,7 +286,7 @@
  59. top_distdir=`cd $(distdir) && pwd`; \
  60. distdir=`cd $(distdir) && pwd`; \
  61. cd $(top_srcdir) \
  62. - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  63. + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
  64. @for file in $(DISTFILES); do \
  65. d=$(srcdir); \
  66. if test -d $$d/$$file; then \
  67. --- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100
  68. +++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100
  69. @@ -7,7 +7,7 @@
  70. # stuff by hand. #
  71. #----------------------------------------------------------------------------#
  72. -NCURSES_LIBS = @LINK_NCURSES_LIBS@
  73. +NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses
  74. NCURSES_HAVE = @HAVE_NCURSES_PACK@
  75. TCL_LIBS = @LINK_TCL_LIBS@