[pkg-fgfs-crew] r213 - in /flightgear/trunk/debian/patches: series terrasync.patch

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Mon Jul 16 07:24:13 UTC 2012


Author: ovek
Date: Mon Jul 16 07:24:13 2012
New Revision: 213

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=213
Log:
Fix terrasync build failure.

Added:
    flightgear/trunk/debian/patches/terrasync.patch
Modified:
    flightgear/trunk/debian/patches/series

Modified: flightgear/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-fgfs/flightgear/trunk/debian/patches/series?rev=213&op=diff
==============================================================================
--- flightgear/trunk/debian/patches/series (original)
+++ flightgear/trunk/debian/patches/series Mon Jul 16 07:24:13 2012
@@ -1,1 +1,2 @@
 browser.patch
+terrasync.patch

Added: flightgear/trunk/debian/patches/terrasync.patch
URL: http://svn.debian.org/wsvn/pkg-fgfs/flightgear/trunk/debian/patches/terrasync.patch?rev=213&op=file
==============================================================================
--- flightgear/trunk/debian/patches/terrasync.patch (added)
+++ flightgear/trunk/debian/patches/terrasync.patch Mon Jul 16 07:24:13 2012
@@ -1,0 +1,17 @@
+Description: Fix build failure in terrasync.cxx
+ They apparently have only been testing builds on Windows, not Linux.
+Origin: vendor
+Author: Ove Kaaven <ovek at arcticnet.no>
+Forwarded: no
+Last-Update: 2012-07-16
+
+--- flightgear-2.6.0.orig/utils/TerraSync/terrasync.cxx
++++ flightgear-2.6.0/utils/TerraSync/terrasync.cxx
+@@ -42,6 +42,7 @@
+ 
+ #include <stdlib.h>             // atoi() atof() abs() system()
+ #include <signal.h>             // signal()
++#include <unistd.h>
+ 
+ #include <simgear/compiler.h>
+ 




More information about the pkg-fgfs-crew mailing list