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.

52 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../uclibc/pkg_patch/bsd-games-uclibc.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. diff -r -u bsd-games-2.16/dm/Makefrag bsd-games-2.16.patched/dm/Makefrag
  18. --- bsd-games-2.16/dm/Makefrag 2004-01-27 21:33:19.000000000 +0000
  19. +++ bsd-games-2.16.patched/dm/Makefrag 2005-05-12 18:28:57.000000000 +0000
  20. @@ -27,7 +27,7 @@
  21. # SUCH DAMAGE.
  22. # Add -DLOG if you want logging
  23. -dm_DEFS := $(GETLOADAVG_DEFS) -D_GNU_SOURCE -DSUPPORT_UTMPX -DSUPPORT_UTMP # -DLOG
  24. +dm_DEFS := $(GETLOADAVG_DEFS) -D_GNU_SOURCE -DSUPPORT_UTMP # -DLOG
  25. dm_DIRS := $(GAMESDIR) $(MAN8DIR) $(MAN5DIR)
  26. dm_all: dm/dm dm/dm.8 dm/dm.conf.5
  27. diff -r -u bsd-games-2.16/hunt/hunt/hunt.c bsd-games-2.16.patched/hunt/hunt/hunt.c
  28. --- bsd-games-2.16/hunt/hunt/hunt.c 2004-02-08 22:29:06.000000000 +0000
  29. +++ bsd-games-2.16.patched/hunt/hunt/hunt.c 2005-05-12 18:29:32.000000000 +0000
  30. @@ -51,7 +51,7 @@
  31. static struct termios saved_tty;
  32. # endif
  33. # include <unistd.h>
  34. -# include <ifaddrs.h>
  35. +/*# include <ifaddrs.h> */
  36. # include "hunt.h"
  37. diff -r -u bsd-games-2.16/hunt/huntd/bsd.h bsd-games-2.16.patched/hunt/huntd/bsd.h
  38. --- bsd-games-2.16/hunt/huntd/bsd.h 2003-12-17 02:46:45.000000000 +0000
  39. +++ bsd-games-2.16.patched/hunt/huntd/bsd.h 2005-05-12 18:32:50.000000000 +0000
  40. @@ -32,7 +32,7 @@
  41. */
  42. # if defined(BSD_RELEASE) && BSD_RELEASE >= 43
  43. -# define BROADCAST
  44. +/*# define BROADCAST*/
  45. # define SYSLOG_43
  46. # endif
  47. # if defined(BSD_RELEASE) && BSD_RELEASE == 42