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.

84 lines
3.6 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 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./capiinfo/Makefile.in.orig 2002-07-19 23:20:34.000000000 +0200
  23. +++ ./capiinfo/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  24. @@ -121,7 +121,7 @@
  25. .SUFFIXES:
  26. .SUFFIXES: .S .c .o .s
  27. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  28. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  29. + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
  30. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  31. cd $(top_builddir) \
  32. @@ -318,7 +318,7 @@
  33. top_distdir=`cd $(distdir) && pwd`; \
  34. distdir=`cd $(distdir) && pwd`; \
  35. cd $(top_srcdir) \
  36. - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  37. + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
  38. @for file in $(DISTFILES); do \
  39. d=$(srcdir); \
  40. if test -d $$d/$$file; then \
  41. --- ./xmonisdn/Makefile.in.orig 2002-07-19 22:30:02.000000000 +0200
  42. +++ ./xmonisdn/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  43. @@ -65,6 +65,8 @@
  44. config:
  45. @cp Makefile.in GNUmakefile
  46. @xmkmf
  47. + @echo "Hacking the Makefile .. (Clifford)"
  48. + @perl -pe 's,^(xmonisdn:.*),$$1\n\t\$$(MAKE) xmonisdn.man,' < Makefile > x && mv x Makefile
  49. clean:
  50. $(MAKE) -f Makefile clean
  51. --- ./capifax/Makefile.in.orig 2000-05-11 12:55:00.000000000 +0200
  52. +++ ./capifax/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  53. @@ -124,7 +124,7 @@
  54. .SUFFIXES:
  55. .SUFFIXES: .S .c .o .s
  56. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  57. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  58. + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
  59. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  60. cd $(top_builddir) \
  61. @@ -286,7 +286,7 @@
  62. top_distdir=`cd $(distdir) && pwd`; \
  63. distdir=`cd $(distdir) && pwd`; \
  64. cd $(top_srcdir) \
  65. - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  66. + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
  67. @for file in $(DISTFILES); do \
  68. d=$(srcdir); \
  69. if test -d $$d/$$file; then \
  70. --- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100
  71. +++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100
  72. @@ -7,7 +7,7 @@
  73. # stuff by hand. #
  74. #----------------------------------------------------------------------------#
  75. -NCURSES_LIBS = @LINK_NCURSES_LIBS@
  76. +NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses
  77. NCURSES_HAVE = @HAVE_NCURSES_PACK@
  78. TCL_LIBS = @LINK_TCL_LIBS@