Index: head/devel/pecl-eio/files/patch-libeio__ecb.h =================================================================== --- head/devel/pecl-eio/files/patch-libeio__ecb.h (nonexistent) +++ head/devel/pecl-eio/files/patch-libeio__ecb.h (revision 381506) @@ -0,0 +1,18 @@ +--- libeio/ecb.h.orig 2013-02-20 12:06:23.000000000 +0100 ++++ libeio/ecb.h 2015-03-01 22:33:58.066666000 +0100 +@@ -452,12 +452,12 @@ + } + #endif + +-#if ECB_GCC_VERSION(4,5) ++#if ECB_GCC_VERSION(4,5) || defined __clang__ + #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_inline void ecb_unreachable (void) { } ++ ecb_inline ecb_noreturn void ecb_unreachable (void); ++ ecb_inline ecb_noreturn void ecb_unreachable (void) { } + #endif + + /* try to tell the compiler that some condition is definitely true */ Property changes on: head/devel/pecl-eio/files/patch-libeio__ecb.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property