diff options
author | mi <mi@FreeBSD.org> | 2004-02-07 05:18:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-02-07 05:18:04 +0800 |
commit | e0a397b4242b0acac14da25eba7848edc4030d39 (patch) | |
tree | ff32454c21d3dcae52f405d8b4e1156c223bc9d2 /graphics/libfpx/files | |
parent | 02807d739cdeb3e8d6dd435b82ce53cfb6fa697c (diff) | |
download | freebsd-ports-gnome-e0a397b4242b0acac14da25eba7848edc4030d39.tar.gz freebsd-ports-gnome-e0a397b4242b0acac14da25eba7848edc4030d39.tar.zst freebsd-ports-gnome-e0a397b4242b0acac14da25eba7848edc4030d39.zip |
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.
Diffstat (limited to 'graphics/libfpx/files')
-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 |