[Lunar-commits] r21334 - moonbase/trunk/graphics/povray
Dennis Veatch
stumbles at lunar-linux.org
Thu Sep 7 19:59:06 UTC 2006
Author: stumbles
Date: 2006-09-07 19:59:06 +0000 (Thu, 07 Sep 2006)
New Revision: 21334
Modified:
moonbase/trunk/graphics/povray/BUILD
Log:
fixes this error if you have -pipe selected for an optimization;
povray - Invalid configuration `Pipe': machine `Pipe' not
recognized during configure
Modified: moonbase/trunk/graphics/povray/BUILD
===================================================================
--- moonbase/trunk/graphics/povray/BUILD 2006-09-07 14:10:51 UTC (rev 21333)
+++ moonbase/trunk/graphics/povray/BUILD 2006-09-07 19:59:06 UTC (rev 21334)
@@ -1,8 +1,11 @@
(
+ unset OPT
+
./configure COMPILED_BY="Lunar Linux lunar at lunar-linux.org" \
--prefix=/usr \
$OPT &&
+
default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list