aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk/files
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-05-31 22:40:40 +0800
committermi <mi@FreeBSD.org>2002-05-31 22:40:40 +0800
commit6397f8893eddbbb174747e7a7233a1c305cb291b (patch)
tree3761d1ed579d5c03b48b9197da0f47da3a650d50 /x11-toolkits/p5-Gtk/files
parente252ae06a67dc1f03fc3ba79e5795498e61df1e3 (diff)
downloadfreebsd-ports-gnome-6397f8893eddbbb174747e7a7233a1c305cb291b.tar.gz
freebsd-ports-gnome-6397f8893eddbbb174747e7a7233a1c305cb291b.tar.zst
freebsd-ports-gnome-6397f8893eddbbb174747e7a7233a1c305cb291b.zip
Fix CFLAGS complience. No optimizations at all was used before...
Approved by: maintainer
Diffstat (limited to 'x11-toolkits/p5-Gtk/files')
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL5
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);