Index: head/lang/afnix/files/patch-src_lib_plt_acf_ccnf.cpp =================================================================== --- head/lang/afnix/files/patch-src_lib_plt_acf_ccnf.cpp (nonexistent) +++ head/lang/afnix/files/patch-src_lib_plt_acf_ccnf.cpp (revision 382983) @@ -0,0 +1,11 @@ +--- src/lib/plt/acf/ccnf.cpp.orig 2015-01-03 14:34:32.000000000 +0100 ++++ src/lib/plt/acf/ccnf.cpp 2015-03-31 14:56:16.000000000 +0200 +@@ -419,8 +419,6 @@ int main (int, char**) { + fprintf (stdout, " // pointer size type\n"); + if (platid == AFNIX_PLATFORM_DARWIN) + fprintf (stdout, " typedef unsigned long int t_size;\n"); +- else if (AFNIX_FORCE_LONG == true) +- fprintf (stdout, " typedef unsigned long t_size;\n"); + else if (sizeof (void*) == 8 ) + fprintf (stdout, " typedef unsigned long t_size;\n"); + else Property changes on: head/lang/afnix/files/patch-src_lib_plt_acf_ccnf.cpp ___________________________________________________________________ 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