aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-01-25 03:53:01 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-01-25 03:53:01 +0000
commit4482a7e9ab299d926018e6a86a57871d7e7d1fc6 (patch)
tree59f16865ba842cebdff063167a67af23cfb74286 /graphics/libfpx
parent9eb9660a1051edfb9a4d8e19dc7f8375272de872 (diff)
downloadports-4482a7e9ab299d926018e6a86a57871d7e7d1fc6.tar.gz
ports-4482a7e9ab299d926018e6a86a57871d7e7d1fc6.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.
Notes
Notes: svn path=/head/; revision=98999
Diffstat (limited to 'graphics/libfpx')
-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 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 \