[100867] trunk/dports/gnome/gnome-keyring
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 30 04:08:24 PST 2012
Revision: 100867
https://trac.macports.org/changeset/100867
Author: ryandesign at macports.org
Date: 2012-12-30 04:08:24 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
gnome-keyring: fix build with automake 1.13 (#37428)
Modified Paths:
--------------
trunk/dports/gnome/gnome-keyring/Portfile
trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff
Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile 2012-12-30 12:03:05 UTC (rev 100866)
+++ trunk/dports/gnome/gnome-keyring/Portfile 2012-12-30 12:08:24 UTC (rev 100867)
@@ -66,7 +66,7 @@
file delete ${destroot}/usr/lib/pam/pam_gnome_keyring.la
}
-post-activate {
+post-activate {
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
}
Modified: trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff
===================================================================
--- trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff 2012-12-30 12:03:05 UTC (rev 100866)
+++ trunk/dports/gnome/gnome-keyring/files/patch-configure.in.diff 2012-12-30 12:08:24 UTC (rev 100867)
@@ -1,5 +1,14 @@
--- configure.in.orig 2010-06-21 06:51:38.000000000 -0700
+++ configure.in 2010-10-07 15:14:13.000000000 -0700
+@@ -1,7 +1,7 @@
+ AC_INIT(daemon/gkd-main.c)
+
+ AM_INIT_AUTOMAKE(gnome-keyring, 2.30.3)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
+
+ dnl ****************************************************************************
@@ -235,8 +235,8 @@
pam_status="no"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/081bacf9/attachment.html>
More information about the macports-changes
mailing list