Index: head/lang/icon/files/patch-ipl_cfuncs_fpoll.c =================================================================== --- head/lang/icon/files/patch-ipl_cfuncs_fpoll.c (nonexistent) +++ head/lang/icon/files/patch-ipl_cfuncs_fpoll.c (revision 382329) @@ -0,0 +1,14 @@ +--- ipl/cfuncs/fpoll.c.orig 2009-10-27 20:39:16 UTC ++++ ipl/cfuncs/fpoll.c +@@ -37,7 +37,11 @@ + + int fpoll(int argc, descriptor *argv) /*: await data from file */ + { ++#ifdef __DragonFly__ ++ struct __FILE_public *f; ++#else + FILE *f; ++#endif + int msec, r; + fd_set fds; + struct timeval tv, *tvp; Property changes on: head/lang/icon/files/patch-ipl_cfuncs_fpoll.c ___________________________________________________________________ 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 Index: head/lang/icon/files/patch-ipl_cfuncs_mklib.sh =================================================================== --- head/lang/icon/files/patch-ipl_cfuncs_mklib.sh (nonexistent) +++ head/lang/icon/files/patch-ipl_cfuncs_mklib.sh (revision 382329) @@ -0,0 +1,11 @@ +--- ipl/cfuncs/mklib.sh.orig 2015-03-22 15:13:09 UTC ++++ ipl/cfuncs/mklib.sh +@@ -11,7 +11,7 @@ shift + SYS=`uname -s` + set -x + case "$SYS" in +- Linux*|*BSD*|GNU*) ++ DragonFly*|Linux*|*BSD*|GNU*) + $CC -shared -o $LIBNAME -fPIC "$@";; + CYGWIN*) + # move the win32 import library for iconx.exe callbacks Property changes on: head/lang/icon/files/patch-ipl_cfuncs_mklib.sh ___________________________________________________________________ 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