summaryrefslogtreecommitdiff
path: root/editors/mined/files/patch-src::mkinclud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mined/files/patch-src::mkinclud.cc')
-rw-r--r--editors/mined/files/patch-src::mkinclud.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mined/files/patch-src::mkinclud.cc b/editors/mined/files/patch-src::mkinclud.cc
new file mode 100644
index 000000000000..26088f9ea120
--- /dev/null
+++ b/editors/mined/files/patch-src::mkinclud.cc
@@ -0,0 +1,11 @@
+--- src/mkinclud.cc.orig Mon Apr 9 19:43:04 2001
++++ src/mkinclud.cc Sat Dec 25 12:25:56 2004
+@@ -25,7 +25,7 @@
+ # compilation setup
+
+ # Collection of compilation parameters:
+-CFLAGS = $(SYSFLAGS) $(OPT) $(DEBUG)
++CFLAGS+= $(SYSFLAGS) $(DEBUG)
+
+
+ #############################################################################