aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/glitz
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:14:50 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:14:50 +0800
commit7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (patch)
treea8cab517854b5dc56a09107344f965b0b80bcca3 /graphics/glitz
parent7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (diff)
downloadfreebsd-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/glitz')
-rw-r--r--graphics/glitz/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile
index 8146c84f6eda..d03b9af101ea 100644
--- a/graphics/glitz/Makefile
+++ b/graphics/glitz/Makefile
@@ -23,12 +23,4 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
- ${WRKSRC}/src/glitzint.h
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>