From 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 01:14:50 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- graphics/libpcd/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'graphics/libpcd') 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 - -.if ${OSVERSION} < 500000 -post-patch: - @${REINPLACE_CMD} -e 's/uint_fast16_t/uint32_t/' ${WRKSRC}/yuv2rgb.c -.endif - -.include +.include -- cgit