summaryrefslogtreecommitdiff
path: root/x11/wxGTK30
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-08-05 15:26:15 +0000
committernia <nia@pkgsrc.org>2022-08-05 15:26:15 +0000
commit61304d6a90258dffcfb66209fd82dc1bc465635b (patch)
treecc3ac36570548b7b7761c0dee2617e4971397687 /x11/wxGTK30
parentf023c0b7b4a2402cf5a65a7bae485377a34ae2be (diff)
downloadpkgsrc-61304d6a90258dffcfb66209fd82dc1bc465635b.tar.gz
wxGTK30: Do not detect epoll as being available simply due to the
presence of libepoll-shim on the build machine, fixing a missing symbol error. Reported by wiz.
Diffstat (limited to 'x11/wxGTK30')
-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