r2932 - packages/trunk/ogre/debian/patches

Andres Mejia ceros-guest at alioth.debian.org
Wed Jun 13 00:21:04 UTC 2007


Author: ceros-guest
Date: 2007-06-13 00:21:04 +0000 (Wed, 13 Jun 2007)
New Revision: 2932

Modified:
   packages/trunk/ogre/debian/patches/disable_samples.dpatch
Log:
Modified patch to change ogre to OGRE.

Modified: packages/trunk/ogre/debian/patches/disable_samples.dpatch
===================================================================
--- packages/trunk/ogre/debian/patches/disable_samples.dpatch	2007-06-12 23:03:38 UTC (rev 2931)
+++ packages/trunk/ogre/debian/patches/disable_samples.dpatch	2007-06-13 00:21:04 UTC (rev 2932)
@@ -48,6 +48,22 @@
 ## DP: Also adding versioning info to use version-info instead of release in soname
 --- ogre-free/configure.in~	2007-06-11 17:45:54.000000000 -0400
 +++ ogre-free/configure.in	2007-06-11 21:07:51.000000000 -0400
+@@ -1,12 +1,12 @@
+ AC_PREREQ(2.50)
+ 
+-AC_INIT([OGRE], [1.4.2])
++AC_INIT([OGRE], [1.4.2],, [OGRE])
+ 
+ AC_CANONICAL_TARGET
+ 
+-# New syntax, but this is still buggy; PACKAGE gets defined as 'ogre' not 'OGRE'
++# New syntax; PACKAGE gets defined as 'OGRE' not 'ogre'
+ #AM_INIT_AUTOMAKE([OGRE], 1.4.2)
+-AM_INIT_AUTOMAKE([OGRE], 1.4.2)
++AM_INIT_AUTOMAKE([OGRE], 1.4.2,, [OGRE])
+ AC_CONFIG_HEADERS([OgreMain/include/config.h])
+ 
+ dnl Check for programs
 @@ -100,6 +100,14 @@
  CXXFLAGS="$CXXFLAGS"
  LIBS="$LIBS"




More information about the Pkg-games-commits mailing list