Index: devel/libeio/files/patch-ecb.h =================================================================== --- devel/libeio/files/patch-ecb.h (revision 0) +++ devel/libeio/files/patch-ecb.h (working copy) @@ -0,0 +1,13 @@ +--- ecb.h.orig 2012-10-16 22:30:08.000000000 +0200 ++++ ecb.h 2015-02-20 22:58:47.764757000 +0100 +@@ -472,8 +472,8 @@ + #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: devel/libeio/files/patch-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