diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-25 15:27:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-25 15:27:13 +0000 |
commit | 51ee7be17b56d1d0335c17fc6f3b5bdbcd9ce9bc (patch) | |
tree | f305ea6920bd5eb4a043b799b8904cfa9c90962e /editors/mined/files/patch-src::mkinclud.cc | |
parent | Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes. (diff) |
Add mined 2000.9, a text mode editor with Unicode support.
Notes
Notes:
svn path=/head/; revision=125134
Diffstat (limited to 'editors/mined/files/patch-src::mkinclud.cc')
-rw-r--r-- | editors/mined/files/patch-src::mkinclud.cc | 11 |
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) + + + ############################################################################# |