summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/wxGTK30/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile
index 1e52becbf70..f18f983b82d 100644
--- a/x11/wxGTK30/Makefile
+++ b/x11/wxGTK30/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2022/07/14 23:46:27 dholland Exp $
+# $NetBSD: Makefile,v 1.49 2022/08/05 15:26:15 nia Exp $
DISTNAME= wxWidgets-3.0.5.1
PKGNAME= ${DISTNAME:S/wxWidgets/wxGTK30/}
@@ -53,6 +53,10 @@ SUBST_VARS.fix-paths= PREFIX
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Linux"
+CONFIGURE_ARGS+= --disable-epollloop
+.endif
+
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --with-osx_cocoa
CONFIGURE_ARGS+= --without-macosx-sdk