[107496] trunk/dports/devel/libev

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 1 09:47:44 PDT 2013


Revision: 107496
          https://trac.macports.org/changeset/107496
Author:   jeremyhu at macports.org
Date:     2013-07-01 09:47:44 -0700 (Mon, 01 Jul 2013)
Log Message:
-----------
libev: Build fix with automake-1.14

Modified Paths:
--------------
    trunk/dports/devel/libev/Portfile
    trunk/dports/devel/libev/files/cflags.patch

Modified: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile	2013-07-01 15:45:44 UTC (rev 107495)
+++ trunk/dports/devel/libev/Portfile	2013-07-01 16:47:44 UTC (rev 107496)
@@ -21,7 +21,7 @@
 checksums           rmd160  524b86e24b45ff01bf79775f9ce9374f792b3c4c \
                     sha256  9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf
 
-patchfiles cflags.patch
+patchfiles cflags.patch 
 
 use_autoreconf  yes
 autoreconf.args -fvi

Modified: trunk/dports/devel/libev/files/cflags.patch
===================================================================
--- trunk/dports/devel/libev/files/cflags.patch	2013-07-01 15:45:44 UTC (rev 107495)
+++ trunk/dports/devel/libev/files/cflags.patch	2013-07-01 16:47:44 UTC (rev 107496)
@@ -1,12 +1,15 @@
 --- configure.ac.orig	2012-02-04 11:06:12.000000000 -0800
-+++ configure.ac	2012-09-23 00:04:15.000000000 -0700
-@@ -1,5 +1,3 @@
++++ configure.ac	2013-07-01 09:38:24.000000000 -0700
+@@ -1,21 +1,12 @@
 -orig_CFLAGS="$CFLAGS"
 -
  AC_INIT
  AC_CONFIG_SRCDIR([ev_epoll.c])
  
-@@ -9,13 +7,6 @@ AM_MAINTAINER_MODE
+-AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
++AM_INIT_AUTOMAKE(libev,4.11)
+ AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
  
  AC_PROG_CC
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130701/69ea11f2/attachment.html>


More information about the macports-changes mailing list