From 2937e26dbf370cf6e7ddab6826ab9d0d842b941e Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Apr 2004 16:26:15 +0000 Subject: Add --without-x on amd64 to fix the build. This is only temporary. Hopefully the next incarnation of X will have more shared libraries, and thus this problem will no longer occur. I think this patch was originally submitted by arved. --- devel/libgtop2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/libgtop2') diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 7f3e435d7184..efe8940018ef 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -31,8 +31,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= libgtop2 +.include + +.if ${ARCH} == "amd64" +CONFIGURE_ARGS+= --without-x +.endif + post-install: @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 -.include +.include -- cgit