Modified: trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff (94764 => 94765)
--- trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff 2012-06-29 07:15:50 UTC (rev 94764)
+++ trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff 2012-06-29 07:19:45 UTC (rev 94765)
@@ -1,6 +1,6 @@
---- Makefile.PL.orig 2011-01-05 12:03:35.000000000 -0600
-+++ Makefile.PL 2011-01-11 04:44:10.000000000 -0600
-@@ -10,8 +10,8 @@
+--- Makefile.PL.orig 2011-01-06 05:03:35.000000000 +1100
++++ Makefile.PL 2012-06-29 17:18:56.000000000 +1000
+@@ -10,11 +10,11 @@
requires_external_cc();
@@ -10,4 +10,8 @@
+cc_lib_paths('@PREFIX@/lib');
cc_lib_links('crypto');
- cc_optimize_flags('-O2 -g -Wall -Werror');
+-cc_optimize_flags('-O2 -g -Wall -Werror');
++cc_optimize_flags('-O2 -g -Wall');
+
+ auto_install();
+ WriteAll();