pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/wxGTK30



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug  5 15:26:15 UTC 2022

Modified Files:
        pkgsrc/x11/wxGTK30: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/wxGTK30/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/wxGTK30/Makefile
diff -u pkgsrc/x11/wxGTK30/Makefile:1.48 pkgsrc/x11/wxGTK30/Makefile:1.49
--- pkgsrc/x11/wxGTK30/Makefile:1.48    Thu Jul 14 23:46:27 2022
+++ pkgsrc/x11/wxGTK30/Makefile Fri Aug  5 15:26:15 2022
@@ -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



Home | Main Index | Thread Index | Old Index