You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
25 lines
737 B
Diff
25 lines
737 B
Diff
--- gio/unix.override.orig 2011-06-13 09:33:49.000000000 -0700
|
|
+++ gio/unix.override 2018-10-12 08:45:33.000000000 -0700
|
|
@@ -24,7 +24,7 @@
|
|
#define NO_IMPORT_PYGOBJECT
|
|
#include <pygobject.h>
|
|
#include <gio/gio.h>
|
|
-#include <gio/gdesktopappinfo.h>
|
|
+#include <gio/gosxappinfo.h>
|
|
#include <gio/gunixinputstream.h>
|
|
#include <gio/gunixmounts.h>
|
|
#include <gio/gunixoutputstream.h>
|
|
--- gio/unix-types.defs.orig 2011-06-13 09:33:49.000000000 -0700
|
|
+++ gio/unix-types.defs 2018-10-12 09:00:28.000000000 -0700
|
|
@@ -15,8 +15,8 @@
|
|
)
|
|
(in-module "giounix")
|
|
(parent "GObject")
|
|
- (c-name "GDesktopAppInfo")
|
|
- (gtype-id "G_TYPE_DESKTOP_APP_INFO")
|
|
+ (c-name "GOsxAppInfo")
|
|
+ (gtype-id "G_TYPE_OSX_APP_INFO")
|
|
)
|
|
|
|
(define-object FDMessage
|