pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK32
Module Name: pkgsrc
Committed By: dbj
Date: Fri Jul 29 01:24:24 UTC 2022
Modified Files:
pkgsrc/x11/wxGTK32: Makefile
Log Message:
x11/wxGTK32: fix Makefile error introduced in previous commit
thanks wiz@ for catching it
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/wxGTK32/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/wxGTK32/Makefile
diff -u pkgsrc/x11/wxGTK32/Makefile:1.4 pkgsrc/x11/wxGTK32/Makefile:1.5
--- pkgsrc/x11/wxGTK32/Makefile:1.4 Thu Jul 28 07:34:33 2022
+++ pkgsrc/x11/wxGTK32/Makefile Fri Jul 29 01:24:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/07/28 07:34:33 dbj Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/29 01:24:24 dbj Exp $
DISTNAME= wxWidgets-3.2.0
PKGNAME= ${DISTNAME:S/wxWidgets/wxGTK32/}
@@ -49,8 +49,10 @@ PLIST_SRC+= PLIST.cmake
CMAKE_ARGS+= -DCMAKE_DISABLE_PRECOMPILE_HEADERS:BOOL=ON
CMAKE_ARGS+= -DCMAKE_INSTALL_BINDIR:PATH=libexec/wx-3.2
+. if ${OPSYS} != "Linux"
# https://github.com/wxWidgets/wxWidgets/issues/22646
-CMAKE_ARGS.Linux+= -DwxUSE_JOYSTICK:BOOL=OFF
+CMAKE_ARGS+= -DwxUSE_JOYSTICK:BOOL=OFF
+. endif
SUBST_CLASSES+= unwrap
SUBST_STAGE.unwrap= post-build
Home |
Main Index |
Thread Index |
Old Index