From faa85b7012111e58641c3cd8095e33c2a7accb5f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 17 Nov 2013 19:29:49 +0100 Subject: disabled osx support to unbreak static build --- PORTABLE_VERSION | 2 +- plugins/gtkui/Makefile.am | 6 +++--- 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\ -- cgit v1.2.3