pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(cad/klayout) missing (shared) library issued now resolved.
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By: mef
Date: Thu Jan 14 20:02:51 2021 +0900
Changeset: 981f6195217b97a61104012db69b535109e61d27
Modified Files:
klayout/Makefile
Log Message:
(cad/klayout) missing (shared) library issued now resolved.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=981f6195217b97a61104012db69b535109e61d27
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
klayout/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 1651a66704..34acfa7304 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -19,6 +19,8 @@ NO_CONFIGURE= yes
CHECK_SHLIBS_SKIP+= lib/klayout/plugins/streamers/*/unit_tests/* \
lib/klayout/plugins/tools/net_tracer/unit_tests/*
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/klayout
+
SUBST_CLASSES+= rpath
SUBST_MESSAGE.rpath= Add COMPILER_RPATH_FLAG and PREFIX to NetBSD specific config file
SUBST_FILES.rpath+= config/Makefile.conf.netbsd-32-gcc-release
@@ -46,7 +48,8 @@ do-build:
-qmake ${PREFIX}/qt5/bin/qmake \
-ruby ${PREFIX}/bin/${RUBY_NAME} \
${MAKE_JOBS_FLAG} \
- -prefix ${PREFIX}
+ -prefix ${PREFIX} \
+ -rpath ${PREFIX}/lib/klayout
do-install:
cd ${WRKSRC} && \
Home |
Main Index |
Thread Index |
Old Index