r2455 - in packages/trunk/koules/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Mon Mar 5 17:53:14 CET 2007


Author: goneri-guest
Date: 2007-03-05 16:53:13 +0000 (Mon, 05 Mar 2007)
New Revision: 2455

Added:
   packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff
Modified:
   packages/trunk/koules/debian/changelog
   packages/trunk/koules/debian/patches/series
Log:
add patch by Auriel Jarno to fix the build on kFreeBSD (#413511)


Modified: packages/trunk/koules/debian/changelog
===================================================================
--- packages/trunk/koules/debian/changelog	2007-03-05 12:45:28 UTC (rev 2454)
+++ packages/trunk/koules/debian/changelog	2007-03-05 16:53:13 UTC (rev 2455)
@@ -3,8 +3,9 @@
   [ Gonéri Le Bouder ]
   * remove Applications from Categorie in the desktop file since it's not
     an official categorie
+  * add patch by Auriel Jarno to fix the build on kFreeBSD (#413511)
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu,  7 Dec 2006 23:08:20 +0100
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon,  5 Mar 2007 18:27:50 +0100
 
 koules (1.4-15) unstable; urgency=high
 

Added: packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff
===================================================================
--- packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff	2007-03-05 12:45:28 UTC (rev 2454)
+++ packages/trunk/koules/debian/patches/300_kfreebsd-gnu.diff	2007-03-05 16:53:13 UTC (rev 2455)
@@ -0,0 +1,22 @@
+--- koules-1.4.orig/koules.sndsrv.freebsd.c
++++ koules-1.4/koules.sndsrv.freebsd.c
+@@ -14,7 +14,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #include <sys/time.h>
+ #include <signal.h>
+ #include <string.h>
+--- koules-1.4.orig/Iconfig
++++ koules-1.4/Iconfig
+@@ -92,7 +92,7 @@
+ #endif
+ #endif
+ 
+-#if defined(FreeBSDArchitecture)
++#if defined(FreeBSDArchitecture) || defined(KFreeBSDArchitecture)
+ SYSDEFS = 
+ #if !defined(NAS_SOUND)&&!defined(RSOUND)
+ #define SOUND

Modified: packages/trunk/koules/debian/patches/series
===================================================================
--- packages/trunk/koules/debian/patches/series	2007-03-05 12:45:28 UTC (rev 2454)
+++ packages/trunk/koules/debian/patches/series	2007-03-05 16:53:13 UTC (rev 2455)
@@ -8,3 +8,4 @@
 105_save_file.diff
 106_shm_check.diff
 200_tcl.diff
+300_kfreebsd-gnu.diff




More information about the Pkg-games-commits mailing list