aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-01-16 02:21:40 +0800
committertaoka <taoka@FreeBSD.org>2001-01-16 02:21:40 +0800
commite65072b9f103b4af8262b0e1cc0dec3417e39272 (patch)
tree3ea4454a7d4b832adabd6f6de73ebcf383d1a41a /japanese
parent4aa14b6023795471b845fa109b6212f16bd6350f (diff)
downloadfreebsd-ports-gnome-e65072b9f103b4af8262b0e1cc0dec3417e39272.tar.gz
freebsd-ports-gnome-e65072b9f103b4af8262b0e1cc0dec3417e39272.tar.zst
freebsd-ports-gnome-e65072b9f103b4af8262b0e1cc0dec3417e39272.zip
Support ${CFLAGS}
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp> Obtained from: a direct e-mail
Diffstat (limited to 'japanese')
-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.