1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

The top-level build directory should also be in the include path.

Approved by:	portmgr (linimon)
PR:	ports/117774
This commit is contained in:
Mikhail Teterin 2007-11-02 23:07:35 +00:00
parent 2fc6fc0887
commit 6699178428
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202489

View File

@ -34,7 +34,7 @@ LDADD += -L${LOCALBASE}/lib -lm -lstdc++
.PATH: ${CPPS:H}
.for d in oless/h jpeg ole basics ri_image oless fpx
.for d in oless/h jpeg ole basics ri_image oless fpx .
CXXFLAGS+= -I${.CURDIR}/$d
.endfor