[137319] trunk/dports/devel/libev

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 8 21:21:20 PDT 2015


Revision: 137319
          https://trac.macports.org/changeset/137319
Author:   jeremyhu at macports.org
Date:     2015-06-08 21:21:20 -0700 (Mon, 08 Jun 2015)
Log Message:
-----------
libev: Fix a build failure

Modified Paths:
--------------
    trunk/dports/devel/libev/Portfile

Added Paths:
-----------
    trunk/dports/devel/libev/files/patch-ev.c.diff

Modified: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile	2015-06-09 03:46:01 UTC (rev 137318)
+++ trunk/dports/devel/libev/Portfile	2015-06-09 04:21:20 UTC (rev 137319)
@@ -25,7 +25,7 @@
 checksums           rmd160  fe14e60e4eff22e40c81c02cb971ff29fcf52cd0 \
                     sha256  88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb
 
-patchfiles          patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff patch-ev.c.diff 
 
 use_autoreconf      yes
 autoreconf.args     -fvi

Added: trunk/dports/devel/libev/files/patch-ev.c.diff
===================================================================
--- trunk/dports/devel/libev/files/patch-ev.c.diff	                        (rev 0)
+++ trunk/dports/devel/libev/files/patch-ev.c.diff	2015-06-09 04:21:20 UTC (rev 137319)
@@ -0,0 +1,11 @@
+--- ev.c.orig	2014-09-25 18:10:06.000000000 -0700
++++ ev.c	2015-06-08 21:17:09.000000000 -0700
+@@ -1026,7 +1026,7 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t
+   #define ecb_unreachable() __builtin_unreachable ()
+ #else
+   /* this seems to work fine, but gcc always emits a warning for it :/ */
+-  ecb_inline void ecb_unreachable (void) ecb_noreturn;
++  ecb_noreturn ecb_inline void ecb_unreachable (void);
+   ecb_inline void ecb_unreachable (void) { }
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150608/151085ea/attachment.html>


More information about the macports-changes mailing list