summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-17 19:29:49 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-11-17 19:29:49 +0100
commitfaa85b7012111e58641c3cd8095e33c2a7accb5f (patch)
tree457f21fdfdc5b5e06da4333e43b82edbdaaf644b
parentdf5794de97ab1e04352e48e92a1aefc14203dec2 (diff)
disabled osx support to unbreak static build
-rw-r--r--PORTABLE_VERSION2
-rw-r--r--plugins/gtkui/Makefile.am6
2 files changed, 4 insertions, 4 deletions
diff --git a/PORTABLE_VERSION b/PORTABLE_VERSION
index e54f0993..e312c7d6 100644
--- a/PORTABLE_VERSION
+++ b/PORTABLE_VERSION
@@ -1 +1 @@
-0.6.0-rc1
+0.6.0-rc2
diff --git a/plugins/gtkui/Makefile.am b/plugins/gtkui/Makefile.am
index 3d4bbc51..f6c30c75 100644
--- a/plugins/gtkui/Makefile.am
+++ b/plugins/gtkui/Makefile.am
@@ -13,9 +13,9 @@ gtkuidir = $(libdir)/$(PACKAGE)
#endif
#endif
-if OS_OSX
-OSXSRC = retina.m
-endif
+#if OS_OSX
+#OSXSRC = retina.m
+#endif
GTKUI_SOURCES = gtkui.c gtkui.h\
callbacks.c interface.c support.c callbacks.h interface.h support.h\