summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-07 23:17:02 +0000
committerwiz <wiz@pkgsrc.org>2022-08-07 23:17:02 +0000
commit3dc9ca778cbd783d2bcd442a41ad14f306cb3acd (patch)
tree9a75e58c5d552c146f5b11cb7bac0d2e37d0f886
parent3890acdcfd191d3eeb55144c7df841a5967766ba (diff)
downloadpkgsrc-3dc9ca778cbd783d2bcd442a41ad14f306cb3acd.tar.gz
wxGTK32: add comment with upstream bug report about PLIST differences
(between CMake and configure builds)
-rw-r--r--x11/wxGTK32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK32/Makefile b/x11/wxGTK32/Makefile
index 3c316ece430..74df89bb7fd 100644
--- a/x11/wxGTK32/Makefile
+++ b/x11/wxGTK32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/08/07 22:40:52 dbj Exp $
+# $NetBSD: Makefile,v 1.11 2022/08/07 23:17:02 wiz Exp $
DISTNAME= wxWidgets-3.2.0
PKGNAME= ${DISTNAME:S/wxWidgets/wxGTK32/}
@@ -33,6 +33,7 @@ REPLACE_SH= wx-config.in wx-config-inplace.in
# We now build using cmake by default
# However, the cmake build system installs
# unused headers that the configure build system doesn't.
+# https://github.com/wxWidgets/wxWidgets/issues/22714
# This option is expected to be a temporary hack.
# We should fix cmake builds to match configure builds