mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build on current
This commit is contained in:
parent
cfe2b1d7cc
commit
12c2625d31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61352
@ -10,7 +10,8 @@ INCS= ${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../include
|
||||
|
||||
INCDIR= ${LOCALBASE}/include
|
||||
INCSDIR=${LOCALBASE}/include
|
||||
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
|
||||
LIBDIR= ${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user