diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-10 05:30:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2004-12-10 05:30:27 +0000 |
commit | 00a12b7f4c8853fa7e6a0a874fcecfb316a24cf2 (patch) | |
tree | fb58489e720f6dda88e834676e2909f6cf3de313 /graphics | |
parent | 9b6529af9b1f2d29f9f8a0f8bd8d8ebe4adb34cb (diff) | |
download | ports-00a12b7f4c8853fa7e6a0a874fcecfb316a24cf2.tar.gz ports-00a12b7f4c8853fa7e6a0a874fcecfb316a24cf2.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libpcd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index fa842ee84a28..c8cd68586447 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -22,7 +22,9 @@ MAKEFILE= ${WRKSRC}/GNUmakefile .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" +USE_REINPLACE= yes +post-patch: + @${REINPLACE_CMD} -e 's/uint_fast16_t/uint32_t/' ${WRKSRC}/yuv2rgb.c .endif .include <bsd.port.post.mk> |