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)
diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo
index ed4b90e..b591712 100644
--- a/textproc/mdocml/distinfo
+++ b/textproc/mdocml/distinfo
@@ -3,5 +3,5 @@ $NetBSD: distinfo,v 1.40 2015/03/26 19:59:53 sevan Exp $
SHA1 (mdocml-1.13.3.tar.gz) = 3ccfbb492a477b84343c97de743b3dd5bd3c763b
RMD160 (mdocml-1.13.3.tar.gz) = 47d1096708b45b15d8f198404fd6608d164bb66a
Size (mdocml-1.13.3.tar.gz) = 358971 bytes
-SHA1 (patch-compat_fts.c) = bc20484964d8ff0aa2af07d581bad39a6c056a5a
+SHA1 (patch-compat_fts.c) = f2ffc9266f76c164b58b3e2bd1f2d180f2676a70
SHA1 (patch-roff.7) = 22335024f83abc347ca39aabf7ab8d9cb38f7db2
diff --git a/textproc/mdocml/patches/patch-compat_fts.c
b/textproc/mdocml/patches/patch-compat_fts.c
index 102632d..8371c94 100644
--- 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.
#define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
-+#ifdef __sun__
++#ifdef __sun
+#define dirfd(fd) ((fd)->dd_fd)
+#endif
+
Home |
Main Index |
Thread Index |
Old Index