pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Mar 29 17:19:18 UTC 2023

Modified Files:
        pkgsrc/x11/qt6-qtbase: Makefile.common

Log Message:
qt6-qtbase: use DYLD_LIBRARY_PATH on OSX to find qt6 libs for execs running during build


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/x11/qt6-qtbase/Makefile.common

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

Modified files:

Index: pkgsrc/x11/qt6-qtbase/Makefile.common
diff -u pkgsrc/x11/qt6-qtbase/Makefile.common:1.26 pkgsrc/x11/qt6-qtbase/Makefile.common:1.27
--- pkgsrc/x11/qt6-qtbase/Makefile.common:1.26  Sun Jan  8 08:13:31 2023
+++ pkgsrc/x11/qt6-qtbase/Makefile.common       Wed Mar 29 17:19:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2023/01/08 08:13:31 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.27 2023/03/29 17:19:18 nros Exp $
 # used by audio/qt6-qtspeech/Makefile
 # used by databases/qt6-odbc/Makefile
 # used by databases/qt6-psql/Makefile
@@ -67,7 +67,11 @@ PLIST.notdarwin=     yes
 # some libs also link to libs in lib so
 # this is needed by some ld:s to not
 # cause linking errors.
+.if ${OPSYS} == "Darwin"
+MAKE_ENV+=             DYLD_LIBRARY_PATH=${WRKSRC}/lib
+.else
 MAKE_ENV+=             LD_LIBRARY_PATH=${WRKSRC}/lib
+.endif
 
 
 # avoid creating a .qt directory in the users home directory



Home | Main Index | Thread Index | Old Index