diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-17 11:28:18 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-17 11:28:18 +0000 |
commit | a27ed4e6a9eb6b839eb3da2e033a395f002540ad (patch) | |
tree | 0647f1f6552040995c1df4367244581c78791dd2 /net-mgmt/send/files/patch-libs-Makefile.lib.common | |
parent | Update to 6.0.3 (diff) |
Fix build with OpenSSL 1.1.x.
Diffstat (limited to 'net-mgmt/send/files/patch-libs-Makefile.lib.common')
-rw-r--r-- | net-mgmt/send/files/patch-libs-Makefile.lib.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/send/files/patch-libs-Makefile.lib.common b/net-mgmt/send/files/patch-libs-Makefile.lib.common index f46f98d161b8..02c297955be6 100644 --- a/net-mgmt/send/files/patch-libs-Makefile.lib.common +++ b/net-mgmt/send/files/patch-libs-Makefile.lib.common @@ -1,5 +1,5 @@ ---- libs/Makefile.lib.common.orig 2014-08-20 04:21:08.000000000 +0900 -+++ libs/Makefile.lib.common 2014-08-20 04:21:27.000000000 +0900 +--- libs/Makefile.lib.common.orig 2019-02-27 16:25:45 UTC ++++ libs/Makefile.lib.common @@ -1,5 +1,5 @@ -CFLAGS += -Wall -O3 |