From ef78d971eb22a7a673ac11cf60219de53daafa3f Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 15 Dec 2006 15:51:34 +0000 Subject: - Fix build without X11 for people who have xorg-libraries installed Reported by: Volodymyr Kostyrko --- net/boinc-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/boinc-client') diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 91c6d5d62829..7ec87f81b8f2 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -48,7 +48,7 @@ USE_WX= 2.6 WX_CONF_ARGS= absolute CPPFLAGS+= -I${X11BASE}/include .else -CONFIGURE_ARGS+= --with-wx-config=false +CONFIGURE_ARGS+= --with-wx-config=false --without-x .endif .if !defined(WITHOUT_X11) -- cgit v1.2.3