diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-05-26 18:33:23 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-05-26 18:33:23 +0800 |
commit | cddafe2d2b6251fabe33e15c79c67164deb9dea8 (patch) | |
tree | 32334d6b968fef71b5c35443a366f42f0270cf41 /textproc | |
parent | cabccf9a37cf40c933c2ec1820fb416f264a5a85 (diff) | |
download | freebsd-ports-gnome-cddafe2d2b6251fabe33e15c79c67164deb9dea8.tar.gz freebsd-ports-gnome-cddafe2d2b6251fabe33e15c79c67164deb9dea8.tar.zst freebsd-ports-gnome-cddafe2d2b6251fabe33e15c79c67164deb9dea8.zip |
multimedia/libmatroska, textproc/libebml: revert upstreams visibility changes
- the upgrade of these ports in r502696 broke linkage of multimedia/mkvtoolnix
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libebml/Makefile | 1 | ||||
-rw-r--r-- | textproc/libebml/files/patch-CMakeLists.txt | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile index f29725a43383..e03b8f6cfd37 100644 --- a/textproc/libebml/Makefile +++ b/textproc/libebml/Makefile @@ -4,6 +4,7 @@ PORTNAME= libebml DISTVERSION= 1.3.8 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= multimedia@FreeBSD.org diff --git a/textproc/libebml/files/patch-CMakeLists.txt b/textproc/libebml/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..f0af27f5de33 --- /dev/null +++ b/textproc/libebml/files/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +Revert of upstream commit b0eb7a. It breaks linkage of multimedia/mkvtoolnix + +[1] https://github.com/Matroska-Org/libebml/commit/b0eb7ab1160441b8156fb26d96a35ccd61e8a548 + +--- CMakeLists.txt.orig 2019-05-26 09:30:30 UTC ++++ CMakeLists.txt +@@ -100,7 +100,7 @@ target_sources(ebml + if(BUILD_SHARED_LIBS) + set_target_properties(ebml + PROPERTIES +- CXX_VISIBILITY_PRESET hidden ++ C_VISIBILITY_PRESET hidden + VISIBILITY_INLINES_HIDDEN 1) + else() + target_compile_definitions(ebml PUBLIC EBML_STATIC_DEFINE) |