diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
commit | 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (patch) | |
tree | a8cab517854b5dc56a09107344f965b0b80bcca3 /graphics/libpcd | |
parent | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (diff) | |
download | freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.gz freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.zst freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'graphics/libpcd')
-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> |