r1256 - packages/trunk/scorched3d/debian/patches

Reinhard Tartler siretart-guest at costa.debian.org
Fri Jul 28 05:36:08 UTC 2006


Author: siretart-guest
Date: 2006-07-28 05:36:06 +0000 (Fri, 28 Jul 2006)
New Revision: 1256

Added:
   packages/trunk/scorched3d/debian/patches/01-cleanup-configure.ac.dpatch
Modified:
   packages/trunk/scorched3d/debian/patches/00list
Log:
add patch to cleanup configure.ac


Modified: packages/trunk/scorched3d/debian/patches/00list
===================================================================
--- packages/trunk/scorched3d/debian/patches/00list	2006-07-27 23:40:11 UTC (rev 1255)
+++ packages/trunk/scorched3d/debian/patches/00list	2006-07-28 05:36:06 UTC (rev 1256)
@@ -1,4 +1,5 @@
 01-fix-autogen.sh
+01-cleanup-configure.ac
 01_HtmlHelpDialog_cpp
 02_cast-fixes
 #03_netserver

Added: packages/trunk/scorched3d/debian/patches/01-cleanup-configure.ac.dpatch
===================================================================
--- packages/trunk/scorched3d/debian/patches/01-cleanup-configure.ac.dpatch	2006-07-27 23:40:11 UTC (rev 1255)
+++ packages/trunk/scorched3d/debian/patches/01-cleanup-configure.ac.dpatch	2006-07-28 05:36:06 UTC (rev 1256)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-cleanup-configure.ac.dpatch by Reinhard Tartler <siretart at tauware.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: unstable is using xorg 7 now, these includes are rather pointless, and
+## DP: potentially harmfull
+
+ at DPATCH@
+diff -urNad scorched3d~/configure.ac scorched3d/configure.ac
+--- scorched3d~/configure.ac	2006-07-28 07:30:15.000000000 +0200
++++ scorched3d/configure.ac	2006-07-28 07:33:03.000000000 +0200
+@@ -13,8 +13,6 @@
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
+ 
+-LDFLAGS="-L/usr/X11R6/lib -L/usr/X11R6 -L/usr/local/lib"
+-CPPFLAGS="-I/usr/X11R6/include -I/usr/X11R6 -I/usr/local/include"
+ if test `uname` == Darwin; then
+ LDFLAGS="$LDFLAGS -lmx"
+ CPPFLAGS="$CPPFLAGS -D__DARWIN__"


Property changes on: packages/trunk/scorched3d/debian/patches/01-cleanup-configure.ac.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list