Unbreak: don't pick up llvm-config(1) from base

This commit is contained in:
ajacoutot 2019-03-06 13:51:15 +00:00
parent afc41bb445
commit affd714c7a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2019/03/05 06:47:59 bcallah Exp $
# $OpenBSD: Makefile,v 1.38 2019/03/06 13:51:15 ajacoutot Exp $
COMMENT = LLVM Fortran compiler passes and runtime library
DISTNAME = flang-7.0.1.20190301
@ -35,4 +35,8 @@ CONFIGURE_ARGS = -DCMAKE_Fortran_COMPILER="${LOCALBASE}/bin/flang" \
-DLIBPGMATH="${LOCALBASE}/lib/libpgmath.a" \
-DWITH_WERROR=OFF
# don't pick up llvm-config(1) from base
pre-configure:
ln -sf ${LOCALBASE}/bin/llvm-config ${WRKDIR}/bin/llvm-config
.include <bsd.port.mk>