summaryrefslogtreecommitdiff
path: root/japanese/jvim3
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-01-15 18:21:40 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-01-15 18:21:40 +0000
commita30b8a92de1c78ede050a997ce057c84588eaad2 (patch)
treeaad63f1d857b93202d35e7966227968a6437f79f /japanese/jvim3
parentMove just-added aureal-kmod from misc into audio, because it better belongs (diff)
Support ${CFLAGS}
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp> Obtained from: a direct e-mail
Notes
Notes: svn path=/head/; revision=37225
Diffstat (limited to 'japanese/jvim3')
-rw-r--r--japanese/jvim3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile
index 7500d8878a1b..89f12e911b36 100644
--- a/japanese/jvim3/Makefile
+++ b/japanese/jvim3/Makefile
@@ -34,7 +34,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 -DUSE_X11
-CC= cc -O -g -Wall -traditional -Dconst= -I${X11BASE}/include
+CC= cc ${CFLAGS} -Wall -traditional -Dconst= -I${X11BASE}/include
LIBS= -ltermlib -lxpg4 -L${PREFIX}/lib -L${X11BASE}/lib -lX11
# Specifying a velue INPUT_METHOD, and seting values BUILD_DEPENDS,
# LIB_DEPENDS, etc.