pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qwt6-qt5



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Sep 22 16:53:04 UTC 2025

Modified Files:
        pkgsrc/x11/qwt6-qt5: Makefile

Log Message:
qwt6-qt5: work around install_name_tool problem w/ latest xcode

Make sure the is enough room in the dylib header for
the "install_name_tool -change" that we run during post-install.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/qwt6-qt5/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/qwt6-qt5/Makefile
diff -u pkgsrc/x11/qwt6-qt5/Makefile:1.47 pkgsrc/x11/qwt6-qt5/Makefile:1.48
--- pkgsrc/x11/qwt6-qt5/Makefile:1.47   Thu Apr 24 14:16:31 2025
+++ pkgsrc/x11/qwt6-qt5/Makefile        Mon Sep 22 16:53:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2025/04/24 14:16:31 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/09/22 16:53:04 tnn Exp $
 
 DISTNAME=      qwt-6.3.0
 PKGNAME=       ${DISTNAME:S/qwt/qwt6-qt5/}
@@ -36,6 +36,10 @@ CHECK_SHLIBS_SKIP+=  qt5/plugins/designer
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "Darwin"
+CWRAPPERS_APPEND.cxx+= -Wl,-headerpad_max_install_names
+.endif
+
 post-install:
 .if ${OPSYS} == "Darwin"
        install_name_tool \



Home | Main Index | Thread Index | Old Index