diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-07 13:20:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-07 13:20:56 +0000 |
commit | 6d7c76b54428ac43f7101a72a71f52da3d617f67 (patch) | |
tree | 171966b56b90a2016c9aecb1e6fc48959e357377 /japanese | |
parent | - Add additional MASTER_SITE (diff) |
- Remove sgtty >bits
PR: 113331
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=193009
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xvi-sjis/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xvi-sjis/files/patch-Makefile b/japanese/xvi-sjis/files/patch-Makefile index da53292a201d..e9a665e68963 100644 --- a/japanese/xvi-sjis/files/patch-Makefile +++ b/japanese/xvi-sjis/files/patch-Makefile @@ -18,7 +18,7 @@ -CFLAGS= $(SYSDEFS) $(INCDIRS) -O -LINTFLAGS= $(SYSDEFS) $(INCDIRS) -ah -+CFLAGS+= ${SYSDEFS} ${INCDIRS} -DHELPFILE=\"/usr/local/share/xvi/sxvi.help\" ++CFLAGS+= ${SYSDEFS} ${INCDIRS} -DHELPFILE=\"/usr/local/share/xvi/xvi.help\" -DTERMIO -DTERMIOS -DPOSIX +LINTFLAGS= ${SYSDEFS} ${INCDIRS} -ah MACHSRC= unix.c termcap.c defscr.c |