summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2002-05-23 08:09:22 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2002-05-23 08:09:22 +0000
commit3d8d899b6f14edf006ea3467cbeabf79114ae9d1 (patch)
tree75e1c83c5b516b941256dc610941bc170be25819 /japanese
parentUpgrade port to version 1.8.7. (diff)
Remove -traditional -Dconst= from compile options
A swap file (foo.swp) is used to recover when crashed. Before the modification, we cannot recover from the swap file. Submitted by: Kikuchi <kikuchan@wave.tc.knct.ac.jp> Suggested by: Tomoaki NISHIYAMA <tomoaki@nibb.ac.jp> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/FreeBSD-users-jp/68055
Notes
Notes: svn path=/head/; revision=59770
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jvim3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile
index 6cbe4853f538..9006146decf2 100644
--- a/japanese/jvim3/Makefile
+++ b/japanese/jvim3/Makefile
@@ -32,7 +32,7 @@ PLIST_SUB= VERSION=${PORTVERSION}
PORT_DOCDIR= ${PREFIX}/share/doc/ja-jvim-${PORTVERSION}
# -DUSE_X11 is the cause of a problem treating Japanese
MACHINE= -DBSD_UNIX -DUSE_LOCALE
-CC= cc ${CFLAGS} -Wall -traditional -Dconst=
+CC= cc ${CFLAGS} -Wall
LIBS= -ltermlib -lxpg4 -L${PREFIX}/lib
.if !defined(WITHOUT_X11)
@@ -102,7 +102,7 @@ PLIST_SUB+= HAS_JVIM3RC="@comment "
.endif
post-extract:
- ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${JPATCH} \
+ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}${JPATCH} \
${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
pre-patch: