mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue