Index: head/ftp/lftp/files/patch-lib-cdefs.h =================================================================== --- head/ftp/lftp/files/patch-lib-cdefs.h (nonexistent) +++ head/ftp/lftp/files/patch-lib-cdefs.h (revision 450071) @@ -0,0 +1,18 @@ +Fix build on FreeBSD 11.0 + +--- lib/cdefs.h.orig 2017-09-12 16:13:24.000000000 +0200 ++++ lib/cdefs.h 2017-09-18 20:44:45.506018000 +0200 +@@ -282,13 +282,7 @@ + # define __attribute_format_strfmon__(a,b) /* Ignore */ + #endif + +-/* The nonull function attribute allows to mark pointer parameters which +- must not be NULL. */ +-#if __GNUC_PREREQ (3,3) +-# define __nonnull(params) __attribute__ ((__nonnull__ params)) +-#else + # define __nonnull(params) +-#endif + + /* If fortification mode, we warn about unused results of certain + function calls which can lead to problems. */ Property changes on: head/ftp/lftp/files/patch-lib-cdefs.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