mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
299 B
Diff
13 lines
299 B
Diff
--- app/widgets/gimpwidgets-utils.c.orig 2018-10-28 11:17:29.000000000 -0700
|
|
+++ app/widgets/gimpwidgets-utils.c 2018-10-28 11:18:47.000000000 -0700
|
|
@@ -31,6 +31,9 @@
|
|
|
|
#ifdef GDK_WINDOWING_X11
|
|
#include <gdk/gdkx.h>
|
|
+#ifdef PLATFORM_OSX
|
|
+#undef PLATFORM_OSX
|
|
+#endif
|
|
#endif
|
|
|
|
#ifdef PLATFORM_OSX
|