r7053 - packages/trunk/ogre/debian/patches

Andres Mejia ceros-guest at alioth.debian.org
Thu May 15 18:46:52 UTC 2008


Author: ceros-guest
Date: 2008-05-15 18:46:52 +0000 (Thu, 15 May 2008)
New Revision: 7053

Added:
   packages/trunk/ogre/debian/patches/fix_distclean.patch
Modified:
   packages/trunk/ogre/debian/patches/series
Log:
Fix problem when cleaning build

Added: packages/trunk/ogre/debian/patches/fix_distclean.patch
===================================================================
--- packages/trunk/ogre/debian/patches/fix_distclean.patch	                        (rev 0)
+++ packages/trunk/ogre/debian/patches/fix_distclean.patch	2008-05-15 18:46:52 UTC (rev 7053)
@@ -0,0 +1,13 @@
+Fix problem when the same platform and gui are built and an attempt to
+distclean is made.
+=====================================================================
+--- OgreMain/include/Makefile.am.bak	2008-05-15 14:39:07.000000000 -0400
++++ OgreMain/include/Makefile.am	2008-05-15 14:39:32.000000000 -0400
+@@ -2,6 +2,7 @@
+ INCLUDE_SUBDIRS = $(OGRE_GUI)
+ endif
+ SUBDIRS = $(OGRE_PLATFORM) $(INCLUDE_SUBDIRS)
++DIST_SUBDIRS = $(OGRE_PLATFORM) $(INCLUDE_SUBDIRS)
+ 
+ pkginclude_HEADERS = Ogre.h \
+                      OgreAlignedAllocator.h \

Modified: packages/trunk/ogre/debian/patches/series
===================================================================
--- packages/trunk/ogre/debian/patches/series	2008-05-15 18:37:32 UTC (rev 7052)
+++ packages/trunk/ogre/debian/patches/series	2008-05-15 18:46:52 UTC (rev 7053)
@@ -1,3 +1,4 @@
 disable_samples.diff -p0
 fix_rpath.diff -p0
 change_pkglibdir_path.patch -p0
+fix_distclean.patch -p0




More information about the Pkg-games-commits mailing list