From 31037525f623d84d2bc53248186a63c129f6eb5c Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 23 Jan 2007 17:29:23 +0000 Subject: [PATCH] Mark broken on amd64 if WITH_GTK2 is requested. --- editors/scite/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editors/scite/Makefile b/editors/scite/Makefile index f4336a5fb05a..c2561d2e700c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -49,6 +49,9 @@ OPTIONS= GTK2 "Turns on GTK+ 2.x support (Default is GTK+ 1)" off .include +.if (${ARCH} == "amd64") && defined(WITH_GTK2) +IGNORE= coredumps on startup. +.endif .if defined(WITH_GTK2) USE_GNOME+= gtk20 PKGNAMESUFFIX:= -gtk2