diff options
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r-- | graphics/kisomandel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index 00ec89e7f142..773dad57d81d 100644 --- a/graphics/kisomandel/Makefile +++ b/graphics/kisomandel/Makefile @@ -28,6 +28,10 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ |