Support ${CFLAGS}
Submitted by: Takeshi Hiyama <th@cis.ibaraki.ac.jp> Obtained from: a direct e-mail
This commit is contained in:
parent
981f436fe7
commit
a30b8a92de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37225
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue