[Lunar-commits] r24458 - moonbase/trunk/libs/lcms
Dennis Veatch
stumbles at lunar-linux.org
Thu May 17 13:39:21 CEST 2007
Author: stumbles
Date: 2007-05-17 13:39:20 +0200 (Thu, 17 May 2007)
New Revision: 24458
Modified:
moonbase/trunk/libs/lcms/BUILD
Log:
This should take care of those who do not have
swig installed.
Modified: moonbase/trunk/libs/lcms/BUILD
===================================================================
--- moonbase/trunk/libs/lcms/BUILD 2007-05-17 10:34:04 UTC (rev 24457)
+++ moonbase/trunk/libs/lcms/BUILD 2007-05-17 11:39:20 UTC (rev 24458)
@@ -1,6 +1,8 @@
(
- patch_it $SOURCE2 1 &&
+ if module_installed swig ; then
+ patch_it $SOURCE2 1
+ fi &&
default_build &&
More information about the Lunar-commits
mailing list