diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-01-25 03:53:01 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-01-25 03:53:01 +0000 |
commit | 4482a7e9ab299d926018e6a86a57871d7e7d1fc6 (patch) | |
tree | 59f16865ba842cebdff063167a67af23cfb74286 /graphics/libfpx | |
parent | Correct dependency on py-bsddb3. (diff) |
Add the missing .cxx extension to the dfstream in the list of sources.
It used to work up until up until -- apparently -- a recent change to
bsd.lib.mk. Let's see, if this fixes a problem spotted by Bento while
building on amd64.
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 893633927b76..ec86e4ff32e1 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -16,7 +16,7 @@ CFLAGS+= ${HAVES} CPPS != find ${.CURDIR} -name \*.cpp -print # Some of the .cxx files are #include-ed into others, so can't use `find' here: OLESS := ascii.cxx cdocfile.cxx chinst.cxx dffuncs.cxx dfiter.cxx \ - dfstream difat.cxx dir.cxx dirp.cxx docfile.cxx entry.cxx \ + dfstream.cxx difat.cxx dir.cxx dirp.cxx docfile.cxx entry.cxx \ expdf.cxx expiter expst.cxx fat.cxx funcs.cxx header.cxx \ iter.cxx mem.cxx msf msfiter.cxx mstream.cxx page.cxx \ refilb.cxx rexpdf.cxx sstream.cxx storage.cxx time.cxx \ |