pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gcc14-gnat-libs: minor fixes
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By: dkazankov
Date: Mon Feb 10 22:32:31 2025 +0200
Changeset: a1a58ed232ff3edbec98a0ef496db733e59a01c6
Modified Files:
gcc14-gnat-libs/Makefile
Log Message:
gcc14-gnat-libs: minor fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a1a58ed232ff3edbec98a0ef496db733e59a01c6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gcc14-gnat-libs/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/gcc14-gnat-libs/Makefile b/gcc14-gnat-libs/Makefile
index ab4d91d2f5..a905e90e2d 100644
--- a/gcc14-gnat-libs/Makefile
+++ b/gcc14-gnat-libs/Makefile
@@ -26,7 +26,7 @@ CHECK_RELRO_SUPPORTED= no
## Depend on exactly ${GCC14_DIST_VERSION}.
TOOL_DEPENDS+= ${GCC_PKGNAME}-gnat-${GCC14_DIST_VERSION}{,nb[0-9]*}:../../wip/gcc14-gnat
-TOOL_DEPENDS+= patchelf-*:../../devel/patchelf
+TOOL_DEPENDS+= patchelf-[0-9]*:../../devel/patchelf
.include "../../mk/bsd.prefs.mk"
@@ -63,7 +63,7 @@ do-install:
cd ${LIBGCC_PREFIX} && \
${PAX} -rw -s '/^\(.*\/\)\([^\/]*\)/\2/' \
${DESTDIR}${LOCALBASE}/${TARGET_LIBDIR} <${LIBRARY_FILES}
- echo "Patching RPATH in destination libraries..."
+ ${ECHO} "Patching RPATH in destination libraries..."
cd ${DESTDIR}${LOCALBASE} && \
${FIND} ${TARGET_LIBDIR} \( -name \*.so\* -and -type f \) -print \
-exec patchelf --force-rpath --set-rpath '$$ORIGIN:${LOCALBASE}/${TARGET_LIBDIR}' {} \;
Home |
Main Index |
Thread Index |
Old Index