aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2007-11-03 07:07:35 +0800
committermi <mi@FreeBSD.org>2007-11-03 07:07:35 +0800
commitdcc26f91d023c4208e8db94a5c7c554de7cff48b (patch)
treefed86f4dce2491f8546047c805bbd3c9d5ba7f19
parentc35ad23e964bf1c43170cfccd3a53d6124733d60 (diff)
downloadfreebsd-ports-gnome-dcc26f91d023c4208e8db94a5c7c554de7cff48b.tar.gz
freebsd-ports-gnome-dcc26f91d023c4208e8db94a5c7c554de7cff48b.tar.zst
freebsd-ports-gnome-dcc26f91d023c4208e8db94a5c7c554de7cff48b.zip
The top-level build directory should also be in the include path.
Approved by: portmgr (linimon) PR: ports/117774
-rw-r--r--graphics/libfpx/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd
index 731f92620b51..ceb593dbb099 100644
--- a/graphics/libfpx/files/Makefile.bsd
+++ b/graphics/libfpx/files/Makefile.bsd
@@ -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