From 386b895eebcb722793baee5b1eb85d79efe64eda Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 24 Sep 2003 13:35:37 +0000 Subject: disable port for amd64, sparc64, ia64 architectures Submitted by: maintainer Noted by: bento --- devel/gccxml/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/gccxml') diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile index 1336d19c178d..07a305e5d5cb 100644 --- a/devel/gccxml/Makefile +++ b/devel/gccxml/Makefile @@ -16,6 +16,8 @@ COMMENT= XML output extension to GCC BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake +NOT_FOR_ARCHS= amd64 sparc64 ia64 # cf. lang/gcc30 + # This one's neat: We have to build things in two subdirectories, # but only need to invoke configure in one of them. This means we # only have to override the build-stage entirely but can keep the -- cgit