tweak gtkrelocation patch to work on OS X (this time without nuking the entire file)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@14085 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-02-21 22:14:41 +00:00
parent 8d632b79d5
commit c4109e9231
1 changed files with 3 additions and 1 deletions

View File

@ -178,7 +178,7 @@ new file mode 100644
index 0000000..0109841
--- /dev/null
+++ b/gtk/gtkrelocation.c
@@ -0,0 +1,292 @@
@@ -0,0 +1,294 @@
+/* gtklinuxrelocation: functions used to provide relocation on Linux
+ *
+ * Copyright (C) 2013 Whomsoever
@ -217,6 +217,8 @@ index 0000000..0109841
+
+#elif defined (__APPLE__)
+
+#include <Foundation/Foundation.h>
+
+static const gchar *
+get_bundle_path (void)
+{