diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-09-28 14:48:17 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-09-28 14:48:17 +0000 |
commit | 45ca47802c3eb0aa37b47999732c7f8aeee2b72b (patch) | |
tree | 72a5a48b5f80ffab4768abd0741733ffb2271d6d /security/libtomcrypt/files/patch-makefile__include.mk | |
parent | Fix build when EXAMPLES is set (diff) |
security/libtomcrypt: update to 1.18.2, unbreak [1]
Changes: https://github.com/libtom/libtomcrypt/blob/v1.18.2/changes
PR: 231783 [1]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=480862
Diffstat (limited to 'security/libtomcrypt/files/patch-makefile__include.mk')
-rw-r--r-- | security/libtomcrypt/files/patch-makefile__include.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libtomcrypt/files/patch-makefile__include.mk b/security/libtomcrypt/files/patch-makefile__include.mk new file mode 100644 index 000000000000..bb99faa5f75c --- /dev/null +++ b/security/libtomcrypt/files/patch-makefile__include.mk @@ -0,0 +1,11 @@ +--- makefile_include.mk.orig 2018-09-28 13:43:18 UTC ++++ makefile_include.mk +@@ -73,8 +73,6 @@ LTC_CFLAGS += -Wdeclaration-after-statement + LTC_CFLAGS += -Wwrite-strings + endif + +-LTC_CFLAGS += -Wno-type-limits +- + ifdef LTC_DEBUG + $(info Debug build) + # compile for DEBUGGING (required for ccmalloc checking!!!) |