Respect CC

This commit is contained in:
jca 2017-02-27 19:53:23 +00:00
parent c2f5aec459
commit 6ef0f6f5e4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/04 10:38:48 czarkoff Exp $
# $OpenBSD: Makefile,v 1.6 2017/02/27 19:53:23 jca Exp $
COMMENT = number theoretic multiple-precision integer library
CATEGORIES = math
@ -13,7 +13,8 @@ GH_TAGNAME = v1.0
# WTFPL
PERMIT_PACKAGE_CDROM = Yes
MAKE_FLAGS = IGNORE_SPEED=Yes \
MAKE_FLAGS = CC="${CC}" \
IGNORE_SPEED=Yes \
V=1 \
PREFIX=
FAKE_FLAGS = DESTDIR=${WRKINST}${PREFIX} \