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.

129 lines
3.6 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/fake/xmame/makefile-settings.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./makefile.unix.orig 2004-11-24 20:47:30.000000000 +0100
  20. +++ ./makefile.unix 2004-11-24 22:11:19.031067264 +0100
  21. @@ -89,7 +89,7 @@
  22. # just as well. However, stay away from the `cc' Ultrix compiler if
  23. # possible.
  24. -CC = gcc
  25. +# CC = gcc
  26. # CC = cc
  27. # CC = icc
  28. # CC = c89
  29. @@ -101,7 +101,7 @@
  30. # Compiler for host compilations in cross-compiling environments (used
  31. # in src/unix/unix.mak for m68k).
  32. # HOST_CC=$(CC)
  33. -HOST_CC = gcc
  34. +# HOST_CC = gcc
  35. ###########################################################################
  36. @@ -110,7 +110,7 @@
  37. # If you want to use whatever CFLAGS are currently set in your
  38. # environment, then comment this out.
  39. -CFLAGS =
  40. +# CFLAGS =
  41. ###########################################################################
  42. @@ -119,7 +119,7 @@
  43. ###########################################################################
  44. # GCC on x86
  45. -CFLAGS = -O -Wall -Wno-unused
  46. +# CFLAGS = -O -Wall -Wno-unused
  47. # GCC on x86 with some optimizations
  48. # CFLAGS = -O2 -Wall -Wno-unused -mcpu=i686 -fomit-frame-pointer \
  49. @@ -429,7 +429,7 @@
  50. # Does your platform have ranlib? Leave this untouched unless you are
  51. # using IRIX, Unixware 7, or the Intel C++ Compiler.
  52. -RANLIB = ranlib
  53. +# RANLIB = ranlib
  54. # RANLIB = true
  55. @@ -504,7 +504,7 @@
  56. # Select destination directory for your compiled program, manual page,
  57. # and binary distribution.
  58. ifndef PREFIX
  59. -PREFIX = /usr/local
  60. +PREFIX = /usr
  61. endif
  62. BINDIR = $(PREFIX)/bin
  63. MANDIR = $(PREFIX)/man/man6
  64. @@ -520,7 +520,9 @@
  65. ###########################################################################
  66. # i386, GNU asm
  67. +ifndef MY_CPU
  68. MY_CPU = i386
  69. +endif
  70. # i386, no asm -- needed for the Intel C++ compiler, which does not fully
  71. # understand GCC's inline assembly syntax, though you may still enable
  72. @@ -611,7 +613,7 @@
  73. # Enable the standard joystick driver, which should work in Linux, OpenBSD,
  74. # NetBSD, and FreeBSD.
  75. -# JOY_STANDARD = 1
  76. +JOY_STANDARD = 1
  77. # Linux FM-TOWNS game pad joystick emulation support. Thanks to Osamu
  78. # Kurati.
  79. @@ -624,7 +626,7 @@
  80. # JOY_PS2 = 1
  81. # SDL joystick support.
  82. -# JOY_SDL = 1
  83. +JOY_SDL = 1
  84. # This will enable the use of the Happ Controls UGCI(tm) USB devices'
  85. # Coin/Start inputs using the libugci library available from
  86. @@ -650,10 +652,10 @@
  87. # Choose any additonal sound drivers you want to include, besides the
  88. # native sound driver for your system.
  89. # SOUND_ESOUND = 1
  90. -# SOUND_ALSA = 1
  91. +SOUND_ALSA = 1
  92. # SOUND_ARTS_TEIRA = 1
  93. # SOUND_ARTS_SMOTEK = 1
  94. -# SOUND_SDL = 1
  95. +SOUND_SDL = 1
  96. # SOUND_WAVEOUT = 1
  97. @@ -665,10 +667,10 @@
  98. # use SDL.
  99. # X11 (including Glide & OpenGL if enabled below)
  100. -DISPLAY_METHOD = x11
  101. +# DISPLAY_METHOD = x11
  102. # SDL library
  103. -# DISPLAY_METHOD = SDL
  104. +DISPLAY_METHOD = SDL
  105. # SVGALib, only supported under Linux
  106. # DISPLAY_METHOD = svgalib