diff options
author | taoka <taoka@FreeBSD.org> | 2002-05-23 16:09:22 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-05-23 16:09:22 +0800 |
commit | 43b9add12ebbaf35cddaf796e8c4776bcfbce026 (patch) | |
tree | 77fbd7c3c4af07a53a23357a06611257577196fc /japanese/jvim3 | |
parent | f0729180d5fcb7dee156caabbb0c2d15d6e6f2c0 (diff) | |
download | freebsd-ports-gnome-43b9add12ebbaf35cddaf796e8c4776bcfbce026.tar.gz freebsd-ports-gnome-43b9add12ebbaf35cddaf796e8c4776bcfbce026.tar.zst freebsd-ports-gnome-43b9add12ebbaf35cddaf796e8c4776bcfbce026.zip |
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
Diffstat (limited to 'japanese/jvim3')
-rw-r--r-- | japanese/jvim3/Makefile | 4 |
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: |