diff options
Diffstat (limited to 'system/mandoc/configure.patch')
-rw-r--r-- | system/mandoc/configure.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/mandoc/configure.patch b/system/mandoc/configure.patch index 2fda25409..ba26b53d5 100644 --- a/system/mandoc/configure.patch +++ b/system/mandoc/configure.patch @@ -8,14 +8,3 @@ + struct msghdr buf; + return recvmsg(-1, &buf, 0) != -1; } ---- mandoc-1.14.5/configure 2019-03-10 04:56:43.000000000 -0500 -+++ mandoc-1.14.5/configure 2020-06-04 20:03:24.790295729 -0500 -@@ -41,7 +41,7 @@ OSENUM= - OSNAME= - UTF8_LOCALE= - --CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` -+CC=cc - CFLAGS= - LDADD= - LDFLAGS= |