summaryrefslogtreecommitdiff
path: root/devel/directfb/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 19:44:02 +0000
commitd095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch)
treeca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /devel/directfb/Makefile
parent- Remove conditional checks for FreeBSD 5.x and older (diff)
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225293
Diffstat (limited to 'devel/directfb/Makefile')
-rw-r--r--devel/directfb/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 9b0d672cce99..ccb0b94018da 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -75,10 +75,6 @@ MAN5= directfbrc.5
BROKEN= Does not compile on alpha
.endif
-.if ${OSVERSION} < 600000
-BROKEN= 5.x not supported
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's/-lc_r/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure.in