summaryrefslogtreecommitdiff
path: root/x11-libs/fltk/files/fltk-1.3.5-optim.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/fltk/files/fltk-1.3.5-optim.patch')
-rw-r--r--x11-libs/fltk/files/fltk-1.3.5-optim.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-libs/fltk/files/fltk-1.3.5-optim.patch b/x11-libs/fltk/files/fltk-1.3.5-optim.patch
new file mode 100644
index 000000000000..4d1512d749dd
--- /dev/null
+++ b/x11-libs/fltk/files/fltk-1.3.5-optim.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1265,7 +1265,7 @@
+ if test "x$with_optim" != x; then
+ OPTIM="$with_optim $OPTIM"
+ else
+- OPTIM="-Os $OPTIM"
++ OPTIM=" $OPTIM"
+ fi
+ fi
+