Date: Tue, 3 Jan 2017 14:16:07 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430475 - head/graphics/rawtherapee-devel Message-ID: <201701031416.v03EG7HK023276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031416.v03EG7HK023276>