From 6397f8893eddbbb174747e7a7233a1c305cb291b Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 31 May 2002 14:40:40 +0000 Subject: Fix CFLAGS complience. No optimizations at all was used before... Approved by: maintainer --- x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-toolkits/p5-Gtk') diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL index 99beeed..8fa5e68 100644 --- a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL +++ b/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL @@ -11,6 +11,11 @@ $libs =~ s/\s+/ /g; $inc =~ s/\s+/ /g; +@@ -160,3 +160,3 @@ + 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, +- 'OPTIMIZE' => '-O2 -g', ++ 'CCFLAGS' => '${CFLAGS}', + 'MAN3PODS' => { @@ -207,14 +207,14 @@ sub gtk_version { my($result); -- cgit v1.1