Modified: trunk/dports/x11/gksu/Portfile (99211 => 99212)
--- trunk/dports/x11/gksu/Portfile 2012-10-29 21:38:17 UTC (rev 99211)
+++ trunk/dports/x11/gksu/Portfile 2012-10-29 21:41:16 UTC (rev 99212)
@@ -24,7 +24,7 @@
port:libgksu12 port:libgksuui10
depends_build port:pkgconfig port:intltool
-patchfiles patch-gksu.diff
+patchfiles patch-gksu.diff patch-gksu-gksu.c.diff
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
Added: trunk/dports/x11/gksu/files/patch-gksu-gksu.c.diff (0 => 99212)
--- trunk/dports/x11/gksu/files/patch-gksu-gksu.c.diff (rev 0)
+++ trunk/dports/x11/gksu/files/patch-gksu-gksu.c.diff 2012-10-29 21:41:16 UTC (rev 99212)
@@ -0,0 +1,11 @@
+--- gksu/gksu.c.orig 2006-03-28 20:18:28.000000000 -0600
++++ gksu/gksu.c 2012-10-29 16:38:09.000000000 -0500
+@@ -9,7 +9,7 @@
+ #include <string.h>
+ #include <getopt.h>
+
+-#include <glib/gkeyfile.h>
++#include <glib.h>
+
+ #include <gdk/gdk.h>
+ #include <gdk/gdkx.h>