diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-02 23:07:35 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-11-02 23:07:35 +0000 |
commit | 6699178428ceac8341a7761edf01310a168c1543 (patch) | |
tree | dbc9b8d1141ce812fdcf13c73e907c1098b3bbc3 /graphics/libfpx | |
parent | 2fc6fc0887b0a3a5d423a81712921dfe7f1a5c72 (diff) | |
download | ports-6699178428ceac8341a7761edf01310a168c1543.tar.gz ports-6699178428ceac8341a7761edf01310a168c1543.zip |
Notes
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 2 |
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 |