aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-06 08:31:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-06 08:31:00 +0000
commit0be4990100abd9069006f38fba4f5a44f18a1c1e (patch)
treedf687061f72b53eb6f635cdfb923cee127bc8b8a /graphics/libfpx
parentba9dfe466ee0f9368eebf9a0fdb3aedd1e5be176 (diff)
downloadports-0be4990100abd9069006f38fba4f5a44f18a1c1e.tar.gz
ports-0be4990100abd9069006f38fba4f5a44f18a1c1e.zip
Notes
Diffstat (limited to 'graphics/libfpx')
-rw-r--r--graphics/libfpx/Makefile8
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>