[102947] trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 20:36:53 PST 2013


Revision: 102947
          https://trac.macports.org/changeset/102947
Author:   jeremyhu at macports.org
Date:     2013-02-10 20:36:53 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
gnome-keyring: Fix missing link against gmodule

Modified Paths:
--------------
    trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff

Modified: trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff
===================================================================
--- trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff	2013-02-11 04:30:25 UTC (rev 102946)
+++ trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff	2013-02-11 04:36:53 UTC (rev 102947)
@@ -9,6 +9,15 @@
  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
  
  dnl ****************************************************************************
+@@ -47,7 +47,7 @@ GTK_DOC_CHECK(1.9)
+ DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
+ AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
+ 
+-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16.0)
++PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.16.0 gmodule-2.0)
+ AC_SUBST(GLIB_CFLAGS)
+ AC_SUBST(GLIB_LIBS)
+ 
 @@ -235,8 +235,8 @@
  
  pam_status="no"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/792b82b2/attachment.html>


More information about the macports-changes mailing list