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