From 4fb3a1e7d608c15614f0ddd23e0ebf5d03b53cd1 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 22 May 2017 13:54:20 +0000 Subject: [PATCH] allow build with clang, /usr/local does not come for free --- productivity/libalkimia/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/productivity/libalkimia/Makefile b/productivity/libalkimia/Makefile index 61a455d6a64..3d0c0a3d706 100644 --- a/productivity/libalkimia/Makefile +++ b/productivity/libalkimia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2017/04/29 16:17:35 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2017/05/22 13:54:20 espie Exp $ COMMENT = common classes for finance KDE 4 apps CATEGORIES = productivity x11 HOMEPAGE = http://kmymoney2.sourceforge.net @@ -23,6 +23,8 @@ BUILD_DEPENDS = ${MODKDE4_DEP_DIR}/libs LIB_DEPENDS = devel/gmp CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:Bool=Yes +CXXFLAGS += -I${LOCALBASE}/include +LDFLAGS += -L${LOCALBASE}/lib do-test: cd ${WRKBUILD} && ./libalkimia/alkcompanytest