From 9f190ada2acf15a45cd6157fe6f2f4aa8d1135ed Mon Sep 17 00:00:00 2001 From: jca Date: Tue, 28 Feb 2017 02:54:56 +0000 Subject: [PATCH] Respect CC --- textproc/libxmlbird/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/libxmlbird/Makefile b/textproc/libxmlbird/Makefile index e60ca54252a..7c3454e3fb9 100644 --- a/textproc/libxmlbird/Makefile +++ b/textproc/libxmlbird/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2016/01/16 15:41:08 jasper Exp $ +# $OpenBSD: Makefile,v 1.9 2017/02/28 02:54:56 jca Exp $ COMMENT = XML parser written in Vala DISTNAME = libxmlbird-1.2.0 @@ -29,6 +29,7 @@ LIB_DEPENDS = devel/glib2 TEST_DEPENDS = ${BASE_PKGPATH} CONFIGURE_STYLE = simple +CONFIGURE_ARGS = --cc="${CC}" SUBST_VARS += DESTDIR