openbsd-ports/graphics/rawtherapee/patches/patch-AboutThisBuild_cmake
kirby eca6c378a6 RawTherapee is a powerful RAW image processing appliction. It helps you
to get the most details and least artifacts from your raw photos.
Advanced color handling, enhanced exposure and tonality tools, multiple
denoising methods gives you perfect results.

positive feedback from ian@ and Juan Francisco Cantero Hurtado.
ok sthen@.
2013-01-27 14:56:43 +00:00

14 lines
434 B
Plaintext

$OpenBSD: patch-AboutThisBuild_cmake,v 1.1.1.1 2013/01/27 14:56:43 kirby Exp $
--- AboutThisBuild.cmake.orig Thu Jan 24 20:12:49 2013
+++ AboutThisBuild.cmake Thu Jan 24 20:13:13 2013
@@ -8,8 +8,7 @@ elseif (APPLE)
find_file(HG_CMD hg)
set (SHELL "/bin/bash")
else (WIN32) # Linux
- find_file(HG_CMD hg)
- set (SHELL "/bin/bash")
+ set (SHELL "/bin/sh")
endif (WIN32)
# the hg command is looked for again, at build time