make-4.3.patch 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. Matteo Bernardini <ponce@slackbuilds.org>
  2. fix it like https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/farstream/files/farstream-0.2.8-make43.patch
  3. diff -Naur farsight2-0.0.31.orig/common/glib-gen.mak farsight2-0.0.31/common/glib-gen.mak
  4. --- farsight2-0.0.31.orig/common/glib-gen.mak 2010-10-08 18:38:56.000000000 +0200
  5. +++ farsight2-0.0.31/common/glib-gen.mak 2021-02-16 09:48:20.885387000 +0100
  6. @@ -1,11 +1,13 @@
  7. # these are the variables your Makefile.am should set
  8. # the example is based on the colorbalance interface
  9. +H := \#
  10. +
  11. #glib_enum_headers=$(colorbalance_headers)
  12. #glib_enum_define=GST_COLOR_BALANCE
  13. #glib_enum_prefix=gst_color_balance
  14. -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  15. +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  16. # these are all the rules generating the relevant files
  17. %-marshal.h: %-marshal.list
  18. diff -Naur farsight2-0.0.31.orig/common/gst-glib-gen.mak farsight2-0.0.31/common/gst-glib-gen.mak
  19. --- farsight2-0.0.31.orig/common/gst-glib-gen.mak 2010-10-08 18:38:56.000000000 +0200
  20. +++ farsight2-0.0.31/common/gst-glib-gen.mak 2021-02-16 09:47:43.231387000 +0100
  21. @@ -1,12 +1,14 @@
  22. # these are the variables your Makefile.am should set
  23. # the example is based on the colorbalance interface
  24. +H := \#
  25. +
  26. #glib_enum_headers=$(colorbalance_headers)
  27. #glib_enum_define=GST_COLOR_BALANCE
  28. #glib_gen_prefix=gst_color_balance
  29. #glib_gen_basename=colorbalance
  30. -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  31. +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  32. # these are all the rules generating the relevant files
  33. $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
  34. diff -Naur farsight2-0.0.31.orig/common-modified/gst-glib-gen.mak farsight2-0.0.31/common-modified/gst-glib-gen.mak
  35. --- farsight2-0.0.31.orig/common-modified/gst-glib-gen.mak 2011-09-07 22:20:18.000000000 +0200
  36. +++ farsight2-0.0.31/common-modified/gst-glib-gen.mak 2021-02-16 09:48:55.282387000 +0100
  37. @@ -1,12 +1,14 @@
  38. # these are the variables your Makefile.am should set
  39. # the example is based on the colorbalance interface
  40. +H := \#
  41. +
  42. #glib_enum_headers=$(colorbalance_headers)
  43. #glib_enum_define=GST_COLOR_BALANCE
  44. #glib_gen_prefix=gst_color_balance
  45. #glib_gen_basename=colorbalance
  46. -enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  47. +enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  48. # these are all the rules generating the relevant files
  49. $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
  50. diff -Naur farsight2-0.0.31.orig/gst/fsrtpconference/Makefile.in farsight2-0.0.31/gst/fsrtpconference/Makefile.in
  51. --- farsight2-0.0.31.orig/gst/fsrtpconference/Makefile.in 2011-10-10 21:59:55.000000000 +0200
  52. +++ farsight2-0.0.31/gst/fsrtpconference/Makefile.in 2021-02-16 09:49:52.456387000 +0100
  53. @@ -18,6 +18,8 @@
  54. # these are the variables your Makefile.am should set
  55. # the example is based on the colorbalance interface
  56. +H := \#
  57. +
  58. #glib_enum_headers=$(colorbalance_headers)
  59. #glib_enum_define=GST_COLOR_BALANCE
  60. #glib_gen_prefix=gst_color_balance
  61. @@ -458,7 +460,7 @@
  62. glib_enum_define = FS_RTP
  63. glib_gen_prefix = _fs_rtp
  64. glib_gen_basename = fs-rtp
  65. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  66. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  67. all: $(BUILT_SOURCES)
  68. $(MAKE) $(AM_MAKEFLAGS) all-am
  69. diff -Naur farsight2-0.0.31.orig/gst-libs/gst/farsight/Makefile.in farsight2-0.0.31/gst-libs/gst/farsight/Makefile.in
  70. --- farsight2-0.0.31.orig/gst-libs/gst/farsight/Makefile.in 2011-10-10 21:59:55.000000000 +0200
  71. +++ farsight2-0.0.31/gst-libs/gst/farsight/Makefile.in 2021-02-16 09:50:34.663387000 +0100
  72. @@ -18,6 +18,8 @@
  73. # these are the variables your Makefile.am should set
  74. # the example is based on the colorbalance interface
  75. +H := \#
  76. +
  77. #glib_enum_headers=$(colorbalance_headers)
  78. #glib_enum_define=GST_COLOR_BALANCE
  79. #glib_gen_prefix=gst_color_balance
  80. @@ -438,7 +440,7 @@
  81. glib_enum_define = FS
  82. glib_gen_prefix = _fs
  83. glib_gen_basename = fs
  84. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  85. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  86. all: $(BUILT_SOURCES)
  87. $(MAKE) $(AM_MAKEFLAGS) all-am
  88. diff -Naur farsight2-0.0.31.orig/transmitters/rawudp/Makefile.in farsight2-0.0.31/transmitters/rawudp/Makefile.in
  89. --- farsight2-0.0.31.orig/transmitters/rawudp/Makefile.in 2011-10-10 21:59:56.000000000 +0200
  90. +++ farsight2-0.0.31/transmitters/rawudp/Makefile.in 2021-02-16 09:51:10.249387000 +0100
  91. @@ -18,6 +18,8 @@
  92. # these are the variables your Makefile.am should set
  93. # the example is based on the colorbalance interface
  94. +H := \#
  95. +
  96. #glib_enum_headers=$(colorbalance_headers)
  97. #glib_enum_define=GST_COLOR_BALANCE
  98. #glib_gen_prefix=gst_color_balance
  99. @@ -392,7 +394,7 @@
  100. glib_enum_define = FS_RAWUDP
  101. glib_gen_prefix = _fs_rawudp
  102. glib_gen_basename = fs-rawudp
  103. -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
  104. +enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
  105. all: $(BUILT_SOURCES)
  106. $(MAKE) $(AM_MAKEFLAGS) all-am