[92237] trunk/dports/gnome/libgnomekbd

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 22 02:24:27 PDT 2012


Revision: 92237
          https://trac.macports.org/changeset/92237
Author:   jeremyhu at macports.org
Date:     2012-04-22 02:24:27 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
libgnomekbd: glib-2.32 build fix

Modified Paths:
--------------
    trunk/dports/gnome/libgnomekbd/Portfile

Added Paths:
-----------
    trunk/dports/gnome/libgnomekbd/files/
    trunk/dports/gnome/libgnomekbd/files/glib-2.32.patch

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2012-04-22 09:13:51 UTC (rev 92236)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2012-04-22 09:24:27 UTC (rev 92237)
@@ -28,12 +28,15 @@
 
 use_bzip2           yes
 
+patchfiles glib-2.32.patch
+
 post-patch {
     reinplace "s|test capplet|capplet|" ${worksrcpath}/Makefile.in
 }
 
-configure.args      --mandir=${prefix}/share/man \
-                    --disable-schemas-install
+use_autoreconf  yes
+autoreconf.args -fvi
+configure.args --disable-schemas-install
 
 variant no_x11 description {Disable X11 support} {
         configure.args-append --without-x

Added: trunk/dports/gnome/libgnomekbd/files/glib-2.32.patch
===================================================================
--- trunk/dports/gnome/libgnomekbd/files/glib-2.32.patch	                        (rev 0)
+++ trunk/dports/gnome/libgnomekbd/files/glib-2.32.patch	2012-04-22 09:24:27 UTC (rev 92237)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2012-04-22 02:19:41.000000000 -0700
++++ configure.in	2012-04-22 02:20:30.000000000 -0700
+@@ -52,7 +52,7 @@ IT_PROG_INTLTOOL([0.35.0])
+ 
+ AC_CHECK_FUNCS(setlocale)
+ 
+-PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
++PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gmodule-2.0)
+ 
+ AC_SUBST(GLIB_CFLAGS)
+ AC_SUBST(GLIB_LIBS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/8216a001/attachment.html>


More information about the macports-changes mailing list