pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49782 (textproc/mdocml won't build on Solaris)



pkgsrc_2016q1 still hasn't fixed this PR.

--- a/textproc/mdocml/patches/patch-compat_fts.c
+++ b/textproc/mdocml/patches/patch-compat_fts.c
@@ -8,7 +8,7 @@ Fix build under Solaris 10 and HP-UX.

  #define       FCHDIR(sp, fd)  (!ISSET(FTS_NOCHDIR) && fchdir(fd))

-+#if defined(__sun__) || defined(__hpux)
++#if defined(__sun) || defined(__hpux)
 +#define dirfd(fd) ((fd)->dd_fd)
 +#endif
 +


Home | Main Index | Thread Index | Old Index