diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 18:07:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 18:07:45 +0000 |
commit | d7b0c7f42f7ce99e3693b99cc5a34335ca4ea696 (patch) | |
tree | f4fb253f29145161f2900822473c919436659bb2 /games/xkoules/files | |
parent | b67d334e967b010fe54ed502c6e51a1d611cbedc (diff) | |
download | ports-d7b0c7f42f7ce99e3693b99cc5a34335ca4ea696.tar.gz ports-d7b0c7f42f7ce99e3693b99cc5a34335ca4ea696.zip |
Notes
Diffstat (limited to 'games/xkoules/files')
-rw-r--r-- | games/xkoules/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/xkoules/files/patch-aa b/games/xkoules/files/patch-aa index eb18c96f0a29..961404c592c4 100644 --- a/games/xkoules/files/patch-aa +++ b/games/xkoules/files/patch-aa @@ -1,5 +1,5 @@ ---- Iconfig.orig Wed Mar 4 15:29:05 1998 -+++ Iconfig Sun Apr 19 17:23:41 1998 +--- Iconfig.orig Wed Mar 4 14:29:05 1998 ++++ Iconfig Sat Jun 19 16:50:40 1999 @@ -34,9 +34,9 @@ recomended for linux*/ /*#define I386ASSEMBLY*/ @@ -13,3 +13,12 @@ /*You need some extra libraryes for BSD sockets compatibility?*/ /* TOP_INCLUDES = /* Sun users with GCC need this */ +@@ -94,7 +94,7 @@ + + #if defined(FreeBSDArchitecture) + SYSDEFS = +-#if !defined(NAS_SOUND)&&!defined(RSOUND) ++#if !defined(NAS_SOUND)&&!defined(RSOUND)&&defined(i386Architecture) + #define SOUND + SOUNDSERVER = koules.sndsrv.freebsd + SOUNDOBJS = sound.o |