[Bug 288467] x11-toolkits/wxgtk33: New port: 3.3 devel branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Jul 2025 10:47:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288467
--- Comment #8 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Nuno Teixeira from comment #6)
(...)
Also related to symlinks, please remember that 3.2 prevuios patch did some fix
on it:
+++ b/x11-toolkits/wxgtk33/files.v32/patch-Makefile.in
@@ -0,0 +1,33 @@
+--- Makefile.in.orig 2025-05-25 17:15:56 UTC
++++ Makefile.in
<snip>
$(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done)
+ $(DYLIB_RPATH_INSTALL)
+ $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
+ for f in setup.h $(RCDEFS_H); do \
+@@ -14938,9 +14939,7 @@ install-wxconfig:
+
+ install-wxconfig:
+ $(INSTALL_DIR) $(DESTDIR)$(bindir)
+- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
+- $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME)
$(DESTDIR)$(libdir)/wx/config
+- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S)
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config || cp -p
$(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
++ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME)
$(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config
<snip>
--
You are receiving this mail because:
You are the assignee for the bug.