Index: head/graphics/geomview/files/patch-src_bin_animate_glob.c =================================================================== --- head/graphics/geomview/files/patch-src_bin_animate_glob.c (nonexistent) +++ head/graphics/geomview/files/patch-src_bin_animate_glob.c (revision 382319) @@ -0,0 +1,13 @@ +--- src/bin/animate/glob.c.orig 2014-03-12 16:51:10 UTC ++++ src/bin/animate/glob.c +@@ -41,7 +41,9 @@ static char sccsid[] = "@(#)glob.c 5.7 ( + #include + #include + +-#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) ++#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && \ ++ !defined(__FreeBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) && \ ++ !defined(__DragonFly__) + #define dirfd(dirp) ((dirp)->dd_fd) + #endif + Property changes on: head/graphics/geomview/files/patch-src_bin_animate_glob.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