FreeBSD Bugzilla – Attachment 205746 Details for
Bug 236677
graphics/exiv2: causes error in graphics/gimp 2.10.8: “gimp_wire_read(): error” when opening file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
exiv2.visiblity.v1.diff (text/plain), 1.09 KB, created by
Tobias C. Berner
on 2019-07-13 09:35:50 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2019-07-13 09:35:50 UTC
Size:
1.09 KB
patch
obsolete
>diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile >index 3ac826b7cdfb..f4c7784d5339 100644 >--- a/graphics/exiv2/Makefile >+++ b/graphics/exiv2/Makefile >@@ -4,6 +4,7 @@ > PORTNAME= exiv2 > DISTVERSION= 0.27.1 > DISTVERSIONSUFFIX= -Source >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.exiv2.org/builds/ >diff --git a/graphics/exiv2/files/patch-cmake_mainSetup.cmake b/graphics/exiv2/files/patch-cmake_mainSetup.cmake >new file mode 100644 >index 000000000000..be278291f00f >--- /dev/null >+++ b/graphics/exiv2/files/patch-cmake_mainSetup.cmake >@@ -0,0 +1,11 @@ >+--- cmake/mainSetup.cmake.orig 2019-07-13 09:31:40 UTC >++++ cmake/mainSetup.cmake >+@@ -13,7 +13,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} >+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) >+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) >+ >+-if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang") >++if (NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang") >+ set(CMAKE_CXX_VISIBILITY_PRESET hidden) >+ set(CMAKE_VISIBILITY_INLINES_HIDDEN 1) >+ endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236677
:
203148
| 205746