$NetBSD: patch-Rakefile,v 1.1 2018/12/02 17:13:41 adam Exp $

Fix linking on macOS.

--- Rakefile.orig	2018-12-02 17:00:02.000000000 +0000
+++ Rakefile
@@ -1111,6 +1111,7 @@ if $build_mkvtoolnix_gui
     libraries($common_libs, :qt).
     libraries("-mwindows", :powrprof, :if => $building_for[:windows]).
     libraries("-framework IOKit", :if => $building_for[:macos]).
+    libraries("-framework CoreFoundation", :if => $building_for[:macos]).
     libraries($custom_libs).
     create
 end
