aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-02-06 21:18:04 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-02-06 21:18:04 +0000
commit53ad6f3a39ded43cc7a31d37bd783d36c4427ae5 (patch)
tree6a1af88addd582b9ce4eb469f18ea6a646147ddd /graphics/libfpx
parent0af0fd14377e9961c9c3bd3e1685fcbd642db34b (diff)
downloadports-53ad6f3a39ded43cc7a31d37bd783d36c4427ae5.tar.gz
ports-53ad6f3a39ded43cc7a31d37bd783d36c4427ae5.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.
Notes
Notes: svn path=/head/; revision=100179
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/Makefile4
-rw-r--r--graphics/libfpx/files/Makefile.bsd4
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