- fix build on hppa
This commit is contained in:
parent
9d14576ec1
commit
ffac66082e
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Imakefile,v 1.7 2010/08/23 16:26:21 jasper Exp $
|
||||
$OpenBSD: patch-Imakefile,v 1.8 2010/08/25 18:04:37 jasper Exp $
|
||||
--- Imakefile.orig Fri Nov 22 02:28:46 1996
|
||||
+++ Imakefile Mon Aug 23 17:48:59 2010
|
||||
+++ Imakefile Wed Aug 25 20:02:50 2010
|
||||
@@ -24,23 +24,23 @@ XCOMM ================================================
|
||||
XCOMM This is the directory where the highscore, level & sound data will be
|
||||
XCOMM placed. Default will be the current directory.
|
||||
@ -33,6 +33,15 @@ $OpenBSD: patch-Imakefile,v 1.7 2010/08/23 16:26:21 jasper Exp $
|
||||
|
||||
XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems
|
||||
#define COMPILE_IN_AUDIO
|
||||
@@ -53,7 +53,7 @@ XCOMM #define USE_NETAUDIO
|
||||
|
||||
XCOMM Below are the special defines for different machine archs.
|
||||
|
||||
-#if defined(HPArchitecture) && defined(COMPILE_IN_AUDIO)
|
||||
+#if defined(HPArchitecture) && defined(COMPILE_IN_AUDIO) && !defined(OpenBSDArchitecture)
|
||||
AUDIO_AVAILABLE = True
|
||||
AUDIO_SRC = audio/HPaudio.c
|
||||
AUDIO_INCLUDE =
|
||||
@@ -74,14 +74,14 @@ XCOMM Below are the special defines for different mach
|
||||
AUDIO_LIB =
|
||||
#endif /* svr4 */
|
||||
|
Loading…
Reference in New Issue
Block a user