pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qtcreator: hardcode needed rpaths to fix build
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri May 2 13:09:44 2025 +0200
Changeset: 17567f5f36fdf7dbae7cc53661310b441229d8d8
Modified Files:
qtcreator/Makefile
Log Message:
qtcreator: hardcode needed rpaths to fix build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=17567f5f36fdf7dbae7cc53661310b441229d8d8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qtcreator/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/qtcreator/Makefile b/qtcreator/Makefile
index 6c5e7ec34e..5cd4ac643e 100644
--- a/qtcreator/Makefile
+++ b/qtcreator/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= bash gmake perl
CMAKE_CONFIGURE_ARGS+= -DBUILD_WITH_PCH=OFF
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/qtcreator/plugins ${COMPILER_RPATH_FLAG}${PREFIX}/lib/qtcreator
+
REPLACE_BASH+= src/app/winicons/createicons.sh
REPLACE_BASH+= src/libs/qmljs/parser/gen-parser.sh
REPLACE_BASH+= src/shared/qbs/tests/auto/blackbox/testdata/badInterpreter/script-ok
Home |
Main Index |
Thread Index |
Old Index