[100988] trunk/dports/gnome/startup-notification

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 2 15:56:09 PST 2013


Revision: 100988
          https://trac.macports.org/changeset/100988
Author:   jeremyhu at macports.org
Date:     2013-01-02 15:56:09 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
startup-notification: Build with newer automake

Modified Paths:
--------------
    trunk/dports/gnome/startup-notification/Portfile

Added Paths:
-----------
    trunk/dports/gnome/startup-notification/files/
    trunk/dports/gnome/startup-notification/files/automake.patch

Modified: trunk/dports/gnome/startup-notification/Portfile
===================================================================
--- trunk/dports/gnome/startup-notification/Portfile	2013-01-02 23:41:58 UTC (rev 100987)
+++ trunk/dports/gnome/startup-notification/Portfile	2013-01-02 23:56:09 UTC (rev 100988)
@@ -34,6 +34,8 @@
 	port:xorg-xcb-util \
 	port:xorg-xcb-proto
 
+patchfiles automake.patch
+
 use_autoreconf yes
 
 livecheck.type  regex

Added: trunk/dports/gnome/startup-notification/files/automake.patch
===================================================================
--- trunk/dports/gnome/startup-notification/files/automake.patch	                        (rev 0)
+++ trunk/dports/gnome/startup-notification/files/automake.patch	2013-01-02 23:56:09 UTC (rev 100988)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2013-01-02 15:53:03.000000000 -0800
++++ configure.in	2013-01-02 15:53:23.000000000 -0800
+@@ -3,7 +3,7 @@ AC_INIT([startup-notification], [0.12],
+ AC_CONFIG_SRCDIR(libsn/sn-launchee.c)
+ 
+ AM_INIT_AUTOMAKE
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ # Honor aclocal flags
+ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/a62cdb96/attachment.html>


More information about the macports-changes mailing list