[101025] trunk/dports/x11/openmotif

ryandesign at macports.org ryandesign at macports.org
Thu Jan 3 00:29:24 PST 2013


Revision: 101025
          https://trac.macports.org/changeset/101025
Author:   ryandesign at macports.org
Date:     2013-01-03 00:29:24 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
openmotif: fix autoreconf with automake 1.13.1 (#37496); remove unnecessary configure arg

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

Modified: trunk/dports/x11/openmotif/Portfile
===================================================================
--- trunk/dports/x11/openmotif/Portfile	2013-01-03 08:21:22 UTC (rev 101024)
+++ trunk/dports/x11/openmotif/Portfile	2013-01-03 08:29:24 UTC (rev 101025)
@@ -60,8 +60,7 @@
 pre-configure {
     system -W ${worksrcpath} "./autogen.sh"
 }
-configure.args  --mandir=${prefix}/share/man	\
-                --enable-xft	\
+configure.args  --enable-xft \
                 --enable-jpeg	\
                 --enable-png \
                 --x-includes=${prefix}/include \

Modified: trunk/dports/x11/openmotif/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/x11/openmotif/files/patch-automake-1.13.diff	2013-01-03 08:21:22 UTC (rev 101024)
+++ trunk/dports/x11/openmotif/files/patch-automake-1.13.diff	2013-01-03 08:29:24 UTC (rev 101025)
@@ -1,6 +1,6 @@
 --- 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 @@
++++ configure.ac	2013-01-02 21:39:49.000000000 -0800
+@@ -31,12 +31,11 @@
  dnl
  dnl AC_DISABLE_STATIC
  
@@ -9,3 +9,8 @@
  
  dnl Checks for programs.
  AC_PROG_CC
+ AC_PROG_CPP
+-AM_PROG_CC_STDC
+ AM_PROG_LIBTOOL
+ 
+ AC_EXEEXT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/37db2584/attachment.html>


More information about the macports-changes mailing list