OpenSDE Packages Database (without history before r20070)
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.

76 lines
2.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gnet/gnet2-2.0.8-build.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Origin: Fedora Project
  17. http://pkgs.fedoraproject.org/gitweb/?p=gnet2.git;a=blob;f=gnet2-2.0.8-build.patch;h=8458e4497a47ec4ffd66826181d1230215a862c7;hb=HEAD
  18. diff -up gnet-2.0.8/examples/Makefile.in.build gnet-2.0.8/examples/Makefile.in
  19. --- gnet-2.0.8/examples/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
  20. +++ gnet-2.0.8/examples/Makefile.in 2010-02-16 19:42:24.000000000 +0100
  21. @@ -254,7 +254,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
  22. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  23. LDFLAGS = @LDFLAGS@
  24. LIBOBJS = @LIBOBJS@
  25. -LIBS = @LIBS@
  26. +LIBS = @LIBS@ $(GLIB_LIBS)
  27. LIBTOOL = @LIBTOOL@
  28. LN_S = @LN_S@
  29. LTLIBOBJS = @LTLIBOBJS@
  30. diff -up gnet-2.0.8/examples/xmlrpc/Makefile.in.build gnet-2.0.8/examples/xmlrpc/Makefile.in
  31. --- gnet-2.0.8/examples/xmlrpc/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
  32. +++ gnet-2.0.8/examples/xmlrpc/Makefile.in 2010-02-16 19:42:24.000000000 +0100
  33. @@ -176,7 +176,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
  34. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  35. LDFLAGS = @LDFLAGS@
  36. LIBOBJS = @LIBOBJS@
  37. -LIBS = @LIBS@
  38. +LIBS = @LIBS@ $(GLIB_LIBS)
  39. LIBTOOL = @LIBTOOL@
  40. LN_S = @LN_S@
  41. LTLIBOBJS = @LTLIBOBJS@
  42. diff -up gnet-2.0.8/tests/check/gnetcheck.h.build gnet-2.0.8/tests/check/gnetcheck.h
  43. --- gnet-2.0.8/tests/check/gnetcheck.h.build 2008-02-03 13:04:41.000000000 +0100
  44. +++ gnet-2.0.8/tests/check/gnetcheck.h 2010-02-16 19:42:24.000000000 +0100
  45. @@ -310,6 +310,8 @@ int main (int argc, char **argv) \
  46. gboolean _gnet_check_run_test_func (const gchar * func_name);
  47. +#define _tcase_add_test __gnet_tcase_add_test
  48. +
  49. static inline void
  50. __gnet_tcase_add_test (TCase * tc, TFun tf, const gchar * func_name,
  51. int sig, int start, int end)
  52. @@ -319,7 +321,6 @@ __gnet_tcase_add_test (TCase * tc, TFun
  53. }
  54. }
  55. -#define _tcase_add_test __gnet_tcase_add_test
  56. G_END_DECLS
  57. diff -up gnet-2.0.8/tests/check/Makefile.in.build gnet-2.0.8/tests/check/Makefile.in
  58. --- gnet-2.0.8/tests/check/Makefile.in.build 2008-02-03 13:07:21.000000000 +0100
  59. +++ gnet-2.0.8/tests/check/Makefile.in 2010-02-16 19:44:33.000000000 +0100
  60. @@ -272,7 +272,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
  61. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  62. LDFLAGS = @LDFLAGS@
  63. LIBOBJS = @LIBOBJS@
  64. -LIBS = @LIBS@
  65. +LIBS = @LIBS@ $(GLIB_LIBS)
  66. LIBTOOL = @LIBTOOL@
  67. LN_S = @LN_S@
  68. LTLIBOBJS = @LTLIBOBJS@