summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2010-08-25 14:55:02 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2010-08-25 14:55:02 +0000
commita579acbe068f4afd67789a68f04ad03c902ab24a (patch)
treef9f4fe5c673ba2eb11b99d588ccd08e5fe88c776 /security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
parent- Fix PLIST (hopefully) (diff)
- Update to 1.3
- Add patch because it doesn't compile with -Werror PR: ports/149418 Submitted by: Frederic Culot <frederic _AT_ culot.org>
Notes
Notes: svn path=/head/; revision=259973
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL')
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL11
1 files changed, 11 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..f39e888ee117
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2010-08-08 12:25:18.234910310 +0200
++++ Makefile.PL 2010-08-08 12:25:31.618794295 +0200
+@@ -50,7 +50,7 @@
+ }
+
+ cc_lib_links('crypto');
+-cc_optimize_flags('-g -Wall -Werror');
++cc_optimize_flags('-g -Wall');
+
+ auto_install();
+ WriteAll();