1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Remove clang36 dependency

PR:		218730
Submitted by:	myself
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2017-04-23 03:28:15 +00:00
parent 073f972efa
commit 5be8b76c3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439195

View File

@ -3,6 +3,7 @@
PORTNAME= fontforge
PORTVERSION= 20161005
PORTREVISION= 1
CATEGORIES= print
DISTFILES= # Empty but needed because of the freetype distfile
@ -80,14 +81,4 @@ pre-configure:
${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \
export LIBTOOLIZE=true ; ${AUTORECONF} -f -i)
.include <bsd.port.pre.mk>
# waiting for the llvm bug to fix. http://llvm.org/bugs/show_bug.cgi?id=21903
.if ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} > 36
BUILD_DEPENDS+= clang36:lang/clang36
CPP= clang-cpp36
CC= clang36
CXX= clang++36
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>