r2296 - packages/trunk/prboom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Tue Jan 9 19:28:35 CET 2007


Author: jmtd-guest
Date: 2007-01-09 19:28:34 +0100 (Tue, 09 Jan 2007)
New Revision: 2296

Modified:
   packages/trunk/prboom/debian/rules
Log:
--disable-dogs


Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules	2007-01-09 18:26:45 UTC (rev 2295)
+++ packages/trunk/prboom/debian/rules	2007-01-09 18:28:34 UTC (rev 2296)
@@ -18,7 +18,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man --disable-cpu-opt
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --disable-cpu-opt --disable-dogs
 #	--host=$(DEB_HOST_GNU_TYPE) --target=$(DEB_BUILD_GNU_TYPE) \
 
 	touch configure-stamp




More information about the Pkg-games-commits mailing list