with the last update the gtkmacintegration lib was renamed
gtkmacintegration-gtk2 to differentiate from gtk3
fi
FRONTEND_LIBS="$FRONTEND_LIBS -headerpad_max_install_names "
if test x"$enable_OSXAPP" = x"yes" ; then
- FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration"
+ FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration-gtk2"
fi
FRONTEND_CFLAGS="$FRONTEND_CFLAGS -I/opt/local/include -L/opt/local/lib"
;;
#include "draw.h"
#ifdef OSXAPP
-# include <gtkmacintegration/gtkosxapplication.h>
+# include <gtkmacintegration-gtk2/gtkosxapplication.h>
// prevent pathname of positional file argument provided by OS X being be mistaken for option name
// (price is that we won't recognize Windows option format anymore).
# define SLASH '-'
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#ifdef OSXAPP
-# include <gtkmacintegration/gtkosxapplication.h>
+# include <gtkmacintegration-gtk2/gtkosxapplication.h>
#endif
#include "common.h"