/packages/sysutils/wiiuse/patches/wiiuse-v0.12-crosscompiling-0.1.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 36 lines · 33 code · 3 blank · 0 comment · 0 complexity · 8ac26173ecf32d246e32e03aa2319a02 MD5 · raw file

  1. diff -Naur wiiuse_v0.12/example/Makefile wiiuse_v0.12.patch/example/Makefile
  2. --- wiiuse_v0.12/example/Makefile 2008-04-02 02:45:40.000000000 +0200
  3. +++ wiiuse_v0.12.patch/example/Makefile 2010-09-21 21:31:12.052265717 +0200
  4. @@ -5,7 +5,7 @@
  5. #
  6. # Change this to your GCC version.
  7. #
  8. -CC = gcc
  9. +CC ?= gcc
  10. ####################################################
  11. #
  12. diff -Naur wiiuse_v0.12/example-sdl/Makefile wiiuse_v0.12.patch/example-sdl/Makefile
  13. --- wiiuse_v0.12/example-sdl/Makefile 2008-04-02 02:45:53.000000000 +0200
  14. +++ wiiuse_v0.12.patch/example-sdl/Makefile 2010-09-21 21:31:19.907265540 +0200
  15. @@ -5,7 +5,7 @@
  16. #
  17. # Change this to your GCC version.
  18. #
  19. -CC = gcc
  20. +CC ?= gcc
  21. ####################################################
  22. #
  23. diff -Naur wiiuse_v0.12/src/Makefile wiiuse_v0.12.patch/src/Makefile
  24. --- wiiuse_v0.12/src/Makefile 2008-03-03 00:30:04.000000000 +0100
  25. +++ wiiuse_v0.12.patch/src/Makefile 2010-09-21 21:31:27.338390537 +0200
  26. @@ -5,7 +5,7 @@
  27. #
  28. # Change this to your GCC version.
  29. #
  30. -CC = gcc
  31. +CC ?= gcc
  32. ####################################################
  33. #