diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-31 14:40:40 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-31 14:40:40 +0000 |
commit | 96f21f3abfb404dac34bf5b579295e91cacd5ce0 (patch) | |
tree | 0ea772d6ba9eb70d9cabcef173feff4b675136ba /x11-toolkits/p5-Gtk | |
parent | 72fe939d5311e5a48b2843dfa52bc22497804c1f (diff) | |
download | ports-96f21f3abfb404dac34bf5b579295e91cacd5ce0.tar.gz ports-96f21f3abfb404dac34bf5b579295e91cacd5ce0.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r-- | x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL index 99beeed6c078..8fa5e6894d27 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); |