diff options
author | mi <mi@FreeBSD.org> | 2004-01-25 11:53:01 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-01-25 11:53:01 +0800 |
commit | 3d2da24506f97f0ebad22ea73d9ade359c763a68 (patch) | |
tree | 3cc66b0f64c897fc96682d1be624a6e67c7fc047 | |
parent | efc2e1615522e16ba2e99c5124801546735ba4dc (diff) | |
download | freebsd-ports-gnome-3d2da24506f97f0ebad22ea73d9ade359c763a68.tar.gz freebsd-ports-gnome-3d2da24506f97f0ebad22ea73d9ade359c763a68.tar.zst freebsd-ports-gnome-3d2da24506f97f0ebad22ea73d9ade359c763a68.zip |
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.
-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 \ |