[Lunar-commits] <moonbase> ufraw: Just a sedit to fix a gcc-4.4.1 make failure, and we can use default_build.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Sep 28 12:21:16 CEST 2009
commit c2fbb02a89740e948ef535d4794c7dfe5e507838
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Sep 28 06:21:16 2009 -0400
ufraw: Just a sedit to fix a gcc-4.4.1 make failure, and we can use default_build.
---
graphics/ufraw/BUILD | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/graphics/ufraw/BUILD b/graphics/ufraw/BUILD
index 81efe7f..0071ad9 100644
--- a/graphics/ufraw/BUILD
+++ b/graphics/ufraw/BUILD
@@ -1,9 +1,10 @@
(
- ./configure --prefix=/usr \
- --enable-extras \
- $OPTS &&
- default_make
+ sedit 's:if ((cp = strchr (sp="nbrkStqmHAC", opt))):if ((cp = (char *) strchr (sp="nbrkStqmHACg", opt))):' dcraw.cc &&
+
+ OPTS+=" --enable-extras" &&
+
+ default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list