summaryrefslogtreecommitdiff
path: root/lang/cli/files/patch-rotorenv::bin::makefile.def
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cli/files/patch-rotorenv::bin::makefile.def')
-rw-r--r--lang/cli/files/patch-rotorenv::bin::makefile.def14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/cli/files/patch-rotorenv::bin::makefile.def b/lang/cli/files/patch-rotorenv::bin::makefile.def
new file mode 100644
index 000000000000..5fe05d823f0f
--- /dev/null
+++ b/lang/cli/files/patch-rotorenv::bin::makefile.def
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- rotorenv/bin/makefile.def.orig Fri Mar 22 03:48:24 2002
++++ rotorenv/bin/makefile.def Fri Mar 29 20:21:35 2002
+@@ -1428,7 +1428,7 @@
+ !ENDIF
+
+ !ifdef PLATFORM_UNIX
+-DEFAULT_MSC_OPT=-O2
++DEFAULT_MSC_OPT=$(CXXFLAGS)
+ !else
+ DEFAULT_MSC_OPT = /Oxs
+ !endif