diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:20:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-19 20:20:42 +0000 |
commit | 8fac08c6000358736351e2ab3f5d130e1a5809c3 (patch) | |
tree | 669f1ce2d73af1b9aea10a3fd7f0ad58b84d840c /security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL | |
parent | Update to 0.32 (diff) |
Update to 1.902
- Convert REINPLACE_CMD to patch file
Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-X509
Notes
Notes:
svn path=/head/; revision=558636
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL')
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL new file mode 100644 index 000000000000..0d7898704242 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL @@ -0,0 +1,16 @@ +--- Makefile.PL.orig 2020-11-05 20:37:56 UTC ++++ Makefile.PL +@@ -18,11 +18,11 @@ inc '-I/usr/local/opt/openssl/include -I/usr/local/inc + libs '-L/usr/local/opt/openssl/lib -L/usr/local/lib -L/usr/lib -L/usr/local/ssl/lib -lcrypto -lssl'; + + if ($Config::Config{myuname} =~ /darwin/i) { +- cc_optimize_flags('-O2 -g -Wall -Werror -Wno-deprecated-declarations'); ++ cc_optimize_flags('-O2 -g -Wall -Wno-deprecated-declarations'); + } elsif ($Config::Config{myuname} =~ /sunos|solaris/i) { + # Any SunStudio flags? + } else { +- cc_optimize_flags('-O2 -g -Wall -Werror'); ++ cc_optimize_flags('-O2 -g -Wall'); + } + + auto_install(); |