svn commit: r430475 - head/graphics/rawtherapee-devel
Matthias Andree
mandree at FreeBSD.org
Tue Jan 3 14:16:09 UTC 2017
Author: mandree
Date: Tue Jan 3 14:16:07 2017
New Revision: 430475
URL: https://svnweb.freebsd.org/changeset/ports/430475
Log:
Fix typos in material copied from darktable.
Modified:
head/graphics/rawtherapee-devel/Makefile
Modified: head/graphics/rawtherapee-devel/Makefile
==============================================================================
--- head/graphics/rawtherapee-devel/Makefile Tue Jan 3 14:15:14 2017 (r430474)
+++ head/graphics/rawtherapee-devel/Makefile Tue Jan 3 14:16:07 2017 (r430475)
@@ -90,11 +90,11 @@ CXX= clang++37
# FIXME: At least in 3.7.0 and 3.7.1, Clang doesn't find libomp.so
# itself. Furthermore, there may be a regression in 3.7.1 because we now
-# need to explicitely link to libm.so as well.
+# need to explicitly link to libm.so as well.
OPENMP_FLAGS= -L${LOCALBASE}/llvm37/lib -lm -lomp
LDFLAGS+= ${OPENMP_FLAGS}
-# In cmake, the CMP0056 policy must be explicitely set to NEW to ensure
+# In cmake, the CMP0056 policy must be explicitly set to NEW to ensure
# linker flags are passed.
# See: https://cmake.org/cmake/help/v3.4/policy/CMP0056.html
CMAKE_ARGS+= -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW
More information about the svn-ports-all
mailing list