[SCM] Atari 2600 Emulator for SDL & the X Window System branch, master, updated. debian/3.2-1-11-g39038ae

Stephen Kitt steve at sk2.org
Sat Sep 4 22:38:06 UTC 2010


The following commit has been merged in the master branch:
commit 82198a3dbd3e6cf1002ac283ae407b141bde9ae7
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Sep 1 08:08:20 2010 +0200

    Support building on kfreebsd and hurd.

diff --git a/debian/changelog b/debian/changelog
index 0f38d55..e1ab034 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ stella (3.2-2) UNRELEASED; urgency=low
     for suggesting these two changes!).
   * Fix debian-menus to start /usr/bin/stella, not /usr/games/stella.
   * Remove debian/dirs, it is not needed.
+  * Support building on kfreebsd and hurd.
 
- -- Stephen Kitt <steve at sk2.org>  Tue, 24 Aug 2010 22:54:30 +0200
+ -- Stephen Kitt <steve at sk2.org>  Wed, 01 Sep 2010 08:08:00 +0200
 
 stella (3.2-1) experimental; urgency=low
 
diff --git a/debian/patches/02-kfreebsd-hurd-support.patch b/debian/patches/02-kfreebsd-hurd-support.patch
new file mode 100644
index 0000000..cbf70ab
--- /dev/null
+++ b/debian/patches/02-kfreebsd-hurd-support.patch
@@ -0,0 +1,11 @@
+--- stella.orig/configure
++++ stella/configure
+@@ -472,7 +472,7 @@
+ 	echo_n "Checking hosttype... "
+ 	echo $_host_os
+ 	case $_host_os in
+-		linux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux* | beos*)
++		linux* | openbsd* | freebsd* | kfreebsd* | netbsd* | bsd* | gnu0.3 | sunos* | hpux* | beos*)
+ 			DEFINES="$DEFINES -DUNIX"
+ 			_host_os=unix
+ 			;;
diff --git a/debian/patches/series b/debian/patches/series
index d614706..1792cf2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-fix-desktop.patch
+02-kfreebsd-hurd-support.patch

-- 
Atari 2600 Emulator for SDL & the X Window System



More information about the Pkg-games-commits mailing list