From 51ee7be17b56d1d0335c17fc6f3b5bdbcd9ce9bc Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sat, 25 Dec 2004 15:27:13 +0000 Subject: Add mined 2000.9, a text mode editor with Unicode support. --- editors/mined/files/patch-src::makefile.bsd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 editors/mined/files/patch-src::makefile.bsd (limited to 'editors/mined/files/patch-src::makefile.bsd') 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) + + -- cgit v1.2.3