diff options
Diffstat (limited to 'graphics/libpcd/Makefile')
-rw-r--r-- | graphics/libpcd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index d1cf1f71e957..102c7e0eabd2 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -19,11 +19,4 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} MAKEFILE= ${WRKSRC}/GNUmakefile -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -post-patch: - @${REINPLACE_CMD} -e 's/uint_fast16_t/uint32_t/' ${WRKSRC}/yuv2rgb.c -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |