aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/scite/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.if (${ARCH} == "amd64") && defined(WITH_GTK2)
+IGNORE= coredumps on startup.
+.endif
.if defined(WITH_GTK2)
USE_GNOME+= gtk20
PKGNAMESUFFIX:= -gtk2