Index: head/textproc/scim-bridge/Makefile =================================================================== --- head/textproc/scim-bridge/Makefile (revision 479237) +++ head/textproc/scim-bridge/Makefile (revision 479238) @@ -1,39 +1,47 @@ # $FreeBSD$ PORTNAME= scim-bridge PORTVERSION= 0.4.16 PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= Scim-bridge agent (server) LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/doc/LICENSE.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LICENSE.LGPL LIB_DEPENDS= libscim-1.0.so:textproc/scim USES= gettext gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ CXXFLAGS+= ${CPPFLAGS} CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} \ --enable-agent \ --disable-gtk2-immodule \ --disable-qt3-immodule \ --disable-qt4-immodule PLIST_FILES= bin/scim-bridge +.include + +.if ${OPSYS} == FreeBSD +.if ( ${OSVERSION} >= 1101513 && ${OSVERSION} < 1200000 ) || ${OSVERSION} >= 1200060 +BROKEN= fails to compile with clang6 or later +.endif +.endif + post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' -.include +.include