diff options
author | mandree <mandree@FreeBSD.org> | 2017-01-03 21:20:10 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2017-01-03 21:20:10 +0800 |
commit | 28e19956a814f5d5dc9ee55458cbefae9dfc807c (patch) | |
tree | 556fc0f58d655a34bbf82d516aa1715676d5c329 /graphics | |
parent | 614681a0478d77ff95eb5fc1d8b84bb2dfbe9cb1 (diff) | |
download | freebsd-ports-gnome-28e19956a814f5d5dc9ee55458cbefae9dfc807c.tar.gz freebsd-ports-gnome-28e19956a814f5d5dc9ee55458cbefae9dfc807c.tar.zst freebsd-ports-gnome-28e19956a814f5d5dc9ee55458cbefae9dfc807c.zip |
Update with make makepatch.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee-devel/files/patch-CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/rawtherapee-devel/files/patch-CMakeLists.txt b/graphics/rawtherapee-devel/files/patch-CMakeLists.txt index 65b0f3627f70..2eb2b560ce07 100644 --- a/graphics/rawtherapee-devel/files/patch-CMakeLists.txt +++ b/graphics/rawtherapee-devel/files/patch-CMakeLists.txt @@ -1,10 +1,10 @@ # This is required so that the RPATH information for libgcc/libgomp is # not stripped during CMake's install phase: -- mandree ---- ./CMakeLists.txt.orig 2013-06-15 19:16:41.000000000 +0200 -+++ ./CMakeLists.txt 2013-06-15 19:17:02.000000000 +0200 -@@ -6,6 +6,7 @@ - endif (WIN32) +--- CMakeLists.txt.orig 2016-12-30 15:28:53 UTC ++++ CMakeLists.txt +@@ -12,6 +12,7 @@ if(${CMAKE_EXTRA_GENERATOR} MATCHES "Ecl + endif() PROJECT(RawTherapee) +SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) |