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.

123 lines
4.3 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/mnemoc/boehm-gc/gcc33-use_system_gc.diff
  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. --- ./Makefile.in.orig 2003-07-12 19:19:25.000000000 -0400
  23. +++ ./Makefile.in 2003-07-12 19:21:35.000000000 -0400
  24. @@ -761,7 +761,6 @@
  25. all-target-libffi \
  26. all-target-libjava \
  27. all-target-zlib \
  28. - all-target-boehm-gc \
  29. all-target-qthreads \
  30. all-target-rda
  31. @@ -781,7 +780,6 @@
  32. configure-target-libffi \
  33. configure-target-libjava \
  34. configure-target-zlib \
  35. - configure-target-boehm-gc \
  36. configure-target-qthreads \
  37. configure-target-rda
  38. @@ -798,7 +796,6 @@
  39. check-target-libffi \
  40. check-target-libjava \
  41. check-target-zlib \
  42. - check-target-boehm-gc \
  43. check-target-qthreads \
  44. check-target-rda
  45. @@ -817,7 +814,6 @@
  46. install-target-libffi \
  47. install-target-libjava \
  48. install-target-zlib \
  49. - install-target-boehm-gc \
  50. install-target-qthreads \
  51. install-target-rda
  52. @@ -898,7 +894,6 @@
  53. clean-target-libffi \
  54. clean-target-libjava \
  55. clean-target-zlib \
  56. - clean-target-boehm-gc \
  57. clean-target-qthreads \
  58. clean-target-rda
  59. @@ -1654,7 +1649,6 @@
  60. all-bfd: all-libiberty all-intl
  61. all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
  62. all-bison: all-texinfo
  63. -configure-target-boehm-gc: $(ALL_GCC_C) configure-target-qthreads
  64. all-byacc:
  65. all-bzip2:
  66. all-db:
  67. @@ -1694,8 +1688,8 @@
  68. all-build-libiberty: configure-build-libiberty
  69. configure-target-libffi: $(ALL_GCC_C)
  70. -configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-libffi
  71. -all-target-libjava: all-fastjar all-target-zlib all-target-boehm-gc all-target-qthreads all-target-libffi
  72. +configure-target-libjava: $(ALL_GCC_C) configure-target-zlib configure-target-qthreads configure-target-libffi
  73. +all-target-libjava: all-fastjar all-target-zlib all-target-qthreads all-target-libffi
  74. configure-target-libstdc++-v3: $(ALL_GCC_C)
  75. all-target-libstdc++-v3: all-target-libiberty
  76. all-libtool:
  77. @@ -1772,7 +1766,6 @@
  78. all-target-libffi: configure-target-libffi
  79. all-target-libjava: configure-target-libjava
  80. all-target-zlib: configure-target-zlib
  81. -all-target-boehm-gc: configure-target-boehm-gc
  82. all-target-qthreads: configure-target-qthreads
  83. all-target-rda: configure-target-rda
  84. --- ./libjava/configure.orig 2003-07-14 13:10:59.000000000 -0400
  85. +++ ./libjava/configure 2003-07-14 13:12:01.000000000 -0400
  86. @@ -3235,12 +3235,12 @@
  87. case "$GC" in
  88. boehm)
  89. echo "$ac_t""boehm" 1>&6
  90. - GCLIBS=../boehm-gc/libgcjgc_convenience.la
  91. - GCINCS='-I$(top_srcdir)/../boehm-gc/include'
  92. + GCLIBS='$(prefix)/lib/libgc.la'
  93. + GCINCS='-I$(prefix)/include/gc'
  94. JC1GCSPEC='-fuse-boehm-gc'
  95. - GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
  96. + #GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
  97. - GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
  98. + # GCINCS="$GCINCS `cat ../boehm-gc/boehm-cflags`"
  99. GCOBJS=boehm.lo
  100. GCHDR=boehm-gc.h
  101. cat >> confdefs.h <<\EOF
  102. --- ./libjava/libltdl/configure.orig 2003-07-14 13:12:15.000000000 -0400
  103. +++ ./libjava/libltdl/configure 2003-07-14 13:13:03.000000000 -0400
  104. @@ -2508,8 +2508,8 @@
  105. GCINCS=
  106. if test "$GC" = "boehm"; then
  107. - GCINCS='-I$(top_srcdir)/../../boehm-gc/include'
  108. - GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`"
  109. + GCINCS='-I$(prefix)/include/gc'
  110. + #GCINCS="$GCINCS `cat ../../boehm-gc/boehm-cflags`"
  111. cat >> confdefs.h <<\EOF
  112. #define HAVE_BOEHM_GC 1
  113. EOF