diff options
author | mi <mi@FreeBSD.org> | 2004-02-06 21:18:04 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-02-06 21:18:04 +0000 |
commit | e0a397b4242b0acac14da25eba7848edc4030d39 (patch) | |
tree | ff32454c21d3dcae52f405d8b4e1156c223bc9d2 /graphics/libfpx/Makefile | |
parent | 02807d739cdeb3e8d6dd435b82ce53cfb6fa697c (diff) | |
download | FreeBSD-ports-e0a397b4242b0acac14da25eba7848edc4030d39.zip FreeBSD-ports-e0a397b4242b0acac14da25eba7848edc4030d39.tar.gz |
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/Makefile')
-rw-r--r-- | graphics/libfpx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 3843000..17cbd00 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!) |