[Lunar-commits] <moonbase-other> ufraw: Adjusting the BUILD so ufraw version of dcraw does not conflict with
stumbles
stumbles at lunar-linux.org
Thu May 23 18:09:14 CEST 2013
commit f7f6f01bfc119bc1e9eecddd862c90beb735438a
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 23 May 2013 09:07:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f7f6f01bfc119bc1e9eecddd862c90beb735438a
ufraw: Adjusting the BUILD so ufraw version of dcraw does not conflict with
the dcraw module. Both are the same version, 9.17.
---
graphics/ufraw/BUILD | +5/-3
1 file changed, 5 insertions(+), 3 deletions(-)
--- a/graphics/ufraw/BUILD
+++ b/graphics/ufraw/BUILD
@@ -1,5 +1,7 @@
-sedit 's:if ((cp = strchr (sp="nbrkStqmHAC", opt))):if ((cp = (char *) strchr (sp="nbrkStqmHACg", opt))):' dcraw.cc &&
+ sedit 's:if ((cp = strchr (sp="nbrkStqmHAC", opt))):if ((cp = (char *) strchr (sp="nbrkStqmHACg", opt))):' dcraw.cc &&
-sedit 's:\(#include <jpeglib.h>\):typedef int boolean;\n#define HAVE_BOOLEAN\n\1:' dcraw.cc &&
+ sedit 's:\(#include <jpeglib.h>\):typedef int boolean;\n#define HAVE_BOOLEAN\n\1:' dcraw.cc &&
-default_build
+ OPTS+=" --program-transform-name='s/dcraw*/ufraw-dcraw/'" &&
+
+ default_build
More information about the Lunar-commits
mailing list