summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2021-07-18 23:11:08 +0000
committerdholland <dholland@pkgsrc.org>2021-07-18 23:11:08 +0000
commitf7c1a78b5bb6fa5c326d46b437109562c81aa8fd (patch)
tree795bd8db1b8eba1ebaec2760e0d0a5ba94ce1a2f /security
parenta77cf0ec4a8882d531a780b06c95287e71fabe87 (diff)
downloadpkgsrc-f7c1a78b5bb6fa5c326d46b437109562c81aa8fd.tar.gz
PR 55733 Joern Clausen: use GNU m4 with security/openssl on Solaris.
Seems that Solaris's m4 overflows internal limits.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 8c8341abe2d..b967ca6cb8f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2021/07/10 15:40:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.274 2021/07/18 23:11:08 dholland Exp $
# Remember to upload-distfiles when updating OpenSSL -- otherwise it
# is not possible for users who have bootstrapped without OpenSSL
@@ -16,6 +16,7 @@ LICENSE= openssl
USE_GCC_RUNTIME= yes
USE_TOOLS+= fgrep gmake makedepend perl
+USE_TOOLS.SunOS+= gm4
BUILD_TARGET= depend all
TEST_TARGET= tests