diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-02-06 21:18:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-02-06 21:18:04 +0000 |
commit | 53ad6f3a39ded43cc7a31d37bd783d36c4427ae5 (patch) | |
tree | 6a1af88addd582b9ce4eb469f18ea6a646147ddd /graphics/libfpx/files/Makefile.bsd | |
parent | add tuneradio, a command line method of tuning a Brooktree FM tuner card (diff) |
Unbreak on -current (with its recently changed bsd.lib.mk) by adding
the missing .cxx extensions to two other source files listed in
files/Makefile.bsd. The previous commit to that file was trying to solve
the same problem, but now I have an up-to-date -current myself and could
easily reproduce it -- an test the solution.
Notes
Notes:
svn path=/head/; revision=100179
Diffstat (limited to 'graphics/libfpx/files/Makefile.bsd')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index ec86e4ff32e1..4f1e3d64a866 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -17,8 +17,8 @@ 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.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 \ + expdf.cxx expiter.cxx expst.cxx fat.cxx funcs.cxx header.cxx \ + iter.cxx mem.cxx msf.cxx msfiter.cxx mstream.cxx page.cxx \ refilb.cxx rexpdf.cxx sstream.cxx storage.cxx time.cxx \ vect.cxx wchar.c JPGS != find ${.CURDIR}/jpeg -name \*.c |