diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 08:31:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 08:31:00 +0000 |
commit | 0be4990100abd9069006f38fba4f5a44f18a1c1e (patch) | |
tree | df687061f72b53eb6f635cdfb923cee127bc8b8a | |
parent | ba9dfe466ee0f9368eebf9a0fdb3aedd1e5be176 (diff) | |
download | ports-0be4990100abd9069006f38fba4f5a44f18a1c1e.tar.gz ports-0be4990100abd9069006f38fba4f5a44f18a1c1e.zip |
Notes
-rw-r--r-- | graphics/libfpx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index ec4678678597..db9850730854 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -34,6 +34,12 @@ USE_REINPLACE= yes REINPLACE_ARGS= -i "" USE_BZIP2= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: # Replacing references to <malloc.h> with <stdlib.h> # Ignore the /dev/stderr warning below. (What a hack!) @@ -43,4 +49,4 @@ post-patch: INSTALLS_SHLIB= yes MAKEFILE= ${FILESDIR}/Makefile.bsd -.include <bsd.port.mk> +.include <bsd.port.post.mk> |