Don't harcode gcc

This commit is contained in:
jca 2017-02-27 11:04:42 +00:00
parent bb649caf2c
commit ced0a44c05

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2016/12/30 23:15:46 jca Exp $
# $OpenBSD: Makefile,v 1.14 2017/02/27 11:04:42 jca Exp $
COMMENT= S10sh - a Canon PowerShot digital camera driver
@ -20,6 +20,8 @@ DOCDIR= ${PREFIX}/share/doc/s10sh
LIB_DEPENDS= devel/libusb-compat
MAKE_FLAGS= CC="${CC}"
CONFIGURE_STYLE= simple
NO_TEST= Yes