diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-07 13:58:29 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-07 14:04:38 -0800 |
| commit | 80770716279ced2795dbdec6b92cc1a06be2ab61 (patch) | |
| tree | bff34f37cd7bdbc1246d34b22c2dfe94b55d25bd /pkg/openbsd/patch/0023-m4-Add-missing-includes.patch | |
| parent | 5a0f00b6c147fa44a4c2f2598a14154d8a5c155e (diff) | |
Build nc from libressl
This way we don't have to maintain the nc linux port patch ourselves.
It also avoids a circular dependency between the libressl and openbsd
packages.
Diffstat (limited to 'pkg/openbsd/patch/0023-m4-Add-missing-includes.patch')
| -rw-r--r-- | pkg/openbsd/patch/0023-m4-Add-missing-includes.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch b/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch deleted file mode 100644 index de80afe9..00000000 --- a/pkg/openbsd/patch/0023-m4-Add-missing-includes.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 2213572d0ef5646c205f5d30e67ba7ad1ac0129e Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Tue, 10 Apr 2018 16:24:12 -0700 -Subject: [PATCH] m4: Add missing includes - ---- - usr.bin/m4/look.c | 1 + - usr.bin/m4/main.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c -index ac504570a9f..5feb0413cd6 100644 ---- a/usr.bin/m4/look.c -+++ b/usr.bin/m4/look.c -@@ -38,6 +38,7 @@ - * by: oz - */ - -+#include <sys/cdefs.h> - #include <stdio.h> - #include <stdlib.h> - #include <stdint.h> -diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c -index f1b8fa5a55b..4e664c0a50b 100644 ---- a/usr.bin/m4/main.c -+++ b/usr.bin/m4/main.c -@@ -39,6 +39,7 @@ - * by: oz - */ - -+#include <sys/cdefs.h> - #include <assert.h> - #include <signal.h> - #include <err.h> --- -2.17.0 - |
