Fix $LATEST_NAME conflict.
Reported by: kris
This commit is contained in:
parent
18c2edb47c
commit
196f2e73b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103267
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@ LDFLAGS+= -L${X11BASE}/lib -lXpm -lX11
|
|||
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
LATEST_LINK= gd1
|
||||
LATEST_LINK?= gd1
|
||||
|
||||
MAKEFILE= ${FILESDIR}/Makefile.lib
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -12,6 +12,7 @@ COMMENT= A graphics library for fast image creation with Japanese support
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/gd1
|
||||
|
||||
LATEST_LINK= ja-gd1
|
||||
CPPFLAGS+= -DJISX0208
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Reference in a new issue