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::makefile.bsd | |
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::makefile.bsd')
-rw-r--r-- | editors/mined/files/patch-src::makefile.bsd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/mined/files/patch-src::makefile.bsd b/editors/mined/files/patch-src::makefile.bsd new file mode 100644 index 000000000000..39b004fda12f --- /dev/null +++ b/editors/mined/files/patch-src::makefile.bsd @@ -0,0 +1,29 @@ +--- ./src/makefile.bsd.orig Fri Mar 14 12:25:01 2003 ++++ ./src/makefile.bsd Sat Dec 25 12:33:55 2004 +@@ -6,7 +6,7 @@ + # Where and how to install + prefix = $(PREFIX) + bindir = $(prefix)/bin +-helpdir = $(prefix)/share/help ++helpdir = $(prefix)/share/doc/mined/help + mandir = $(prefix)/man + INSTALL = install + #INSTALL = /bin/cp -p +@@ -54,7 +54,7 @@ + # link options + + # link dynamically +-LDOPTS=-d y # -d n links statically ++LDOPTS= # -d n links statically + GLDOPTS= # -static links statically + + +@@ -62,7 +62,7 @@ + # compiler selection and compiler-specific options + # (source warnings, optimisation and debug) + +-CC=gcc ++#CC=gcc + include mkinclud.$(CC) + + |