[100951] trunk/dports/x11/openmotif

ryandesign at macports.org ryandesign at macports.org
Tue Jan 1 16:50:05 PST 2013


Revision: 100951
          https://trac.macports.org/changeset/100951
Author:   ryandesign at macports.org
Date:     2013-01-01 16:50:04 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
openmotif: fix build with automake 1.13 (#37460)

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

Added Paths:
-----------
    trunk/dports/x11/openmotif/files/patch-automake-1.13.diff

Modified: trunk/dports/x11/openmotif/Portfile
===================================================================
--- trunk/dports/x11/openmotif/Portfile	2013-01-02 00:41:41 UTC (rev 100950)
+++ trunk/dports/x11/openmotif/Portfile	2013-01-02 00:50:04 UTC (rev 100951)
@@ -45,7 +45,8 @@
 
 patchfiles      patch-uintptr_t-cast.diff \
                 patch-lib-XmP.h.diff \
-                patch-autogen.sh.diff
+                patch-autogen.sh.diff \
+                patch-automake-1.13.diff
 
 post-patch {
     # Looks like a botched cvs rename - identical files with an 'Exm' name

Added: trunk/dports/x11/openmotif/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/x11/openmotif/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/x11/openmotif/files/patch-automake-1.13.diff	2013-01-02 00:50:04 UTC (rev 100951)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2012-10-22 07:50:39.000000000 -0700
++++ configure.ac	2012-12-30 16:18:53.000000000 -0800
+@@ -31,7 +31,7 @@
+ dnl
+ dnl AC_DISABLE_STATIC
+ 
+-AM_CONFIG_HEADER(include/config.h lib/Xm/Xm.h)
++AC_CONFIG_HEADERS([include/config.h lib/Xm/Xm.h])
+ 
+ dnl Checks for programs.
+ AC_PROG_CC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/f0091fdf/attachment-0001.html>


More information about the macports-changes mailing list