#49051: Update: VLC 2.2.1 with fix for the lua 5.3 incompatibility --------------------------+--------------------------------- Reporter: rjvbertin@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: VLC | --------------------------+--------------------------------- Comment (by framic5@…): Thank you for providing your port files. I another ticket you mentioned, that you use OS X 10.9. So I tried with OS X 10.11. With default variant (+qtkit+quartz) I could not build the port due to failures in the modules/video_filter/ part. First there is a missing include header (patch-opencv_example_include.diff) and then problems with linker flags, for example: {{{ -l-framework Cocoa }}} This can be solved (patch-linker_framework_option.diff) by changing the flag to {{{ -Wl,-framework,Cocoa }}} The problem is, the Makefile to patch will be created during configuration. So, I wrote my own patch command into post-configure{}. I'm wondering if there is a proper solution for this. The attached Portfile.diff has to be used on the Portfile provided in VLC.tar.bz2. -- Ticket URL: <https://trac.macports.org/ticket/49051#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X