Index: x11/deforaos-libdesktop/Makefile =================================================================== --- x11/deforaos-libdesktop/Makefile +++ x11/deforaos-libdesktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdesktop PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.defora.org/os/download/download/4394/ PKGNAMEPREFIX= deforaos- Index: x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h =================================================================== --- /dev/null +++ x11/deforaos-libdesktop/files/patch-include_Desktop_compat.h @@ -0,0 +1,11 @@ +--- include/Desktop/compat.h.orig 2016-03-06 06:55:36 UTC ++++ include/Desktop/compat.h +@@ -103,7 +103,7 @@ + # endif + + /* Gtk+ 3.0 */ +-# if GTK_CHECK_VERSION(3, 0, 0) ++# if !GTK_CHECK_VERSION(3, 0, 0) + void gdk_window_clear(GdkWindow * window); + + GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing);