aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk2/files/patch-makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fltk2/files/patch-makeinclude.in')
-rw-r--r--x11-toolkits/fltk2/files/patch-makeinclude.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/fltk2/files/patch-makeinclude.in b/x11-toolkits/fltk2/files/patch-makeinclude.in
new file mode 100644
index 000000000000..f6a218c814a9
--- /dev/null
+++ b/x11-toolkits/fltk2/files/patch-makeinclude.in
@@ -0,0 +1,16 @@
+--- ./makeinclude.in.orig Wed Aug 10 17:43:23 2005
++++ ./makeinclude.in Sun Apr 2 13:24:34 2006
+@@ -49,11 +49,11 @@
+
+ # compiler names:
+ CC = @CC@
+-CXX = @CXX@
++CXX = %%CXX%%
+ MAKEDEPEND = @MAKEDEPEND@ -Y
+
+ # flags for C++ compiler:
+-OPTIM = @OPTIM@
++OPTIM =
+ CFLAGS = $(OPTIM) @CFLAGS@
+ CXXFLAGS = $(OPTIM) @CXXFLAGS@
+