[99212] trunk/dports/x11/gksu

ryandesign at macports.org ryandesign at macports.org
Mon Oct 29 14:41:16 PDT 2012


Revision: 99212
          http://trac.macports.org//changeset/99212
Author:   ryandesign at macports.org
Date:     2012-10-29 14:41:16 -0700 (Mon, 29 Oct 2012)
Log Message:
-----------
gksu: fix build with glib 2.32 (#36791)

Modified Paths:
--------------
    trunk/dports/x11/gksu/Portfile

Added Paths:
-----------
    trunk/dports/x11/gksu/files/patch-gksu-gksu.c.diff

Modified: trunk/dports/x11/gksu/Portfile
===================================================================
--- 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
===================================================================
--- 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121029/ba15a2c7/attachment.html>


More information about the macports-changes mailing list