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 | |
parent | 0af0fd14377e9961c9c3bd3e1685fcbd642db34b (diff) | |
download | ports-53ad6f3a39ded43cc7a31d37bd783d36c4427ae5.tar.gz ports-53ad6f3a39ded43cc7a31d37bd783d36c4427ae5.zip |
Notes
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/Makefile | 4 | ||||
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 3843000a6dce..17cbd00f164d 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -36,10 +36,6 @@ USE_BZIP2= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502101 -BROKEN= "Does not compile" -.endif - post-patch: # Replacing references to <malloc.h> with <stdlib.h> # Ignore the /dev/stderr warning below. (What a hack!) 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 |