pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lzlib



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Feb 24 15:40:33 UTC 2026

Modified Files:
        pkgsrc/archivers/lzlib: Makefile

Log Message:
lzlib: Fix PR pkg/59949


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lzlib/Makefile

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

Modified files:

Index: pkgsrc/archivers/lzlib/Makefile
diff -u pkgsrc/archivers/lzlib/Makefile:1.5 pkgsrc/archivers/lzlib/Makefile:1.6
--- pkgsrc/archivers/lzlib/Makefile:1.5 Tue Feb 24 15:16:28 2026
+++ pkgsrc/archivers/lzlib/Makefile     Tue Feb 24 15:40:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/02/24 15:16:28 triaxx Exp $
+# $NetBSD: Makefile,v 1.6 2026/02/24 15:40:33 triaxx Exp $
 
 DISTNAME=      lzlib-1.15
 CATEGORIES=    archivers devel
@@ -17,6 +17,7 @@ INFO_FILES=   yes
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR} --enable-shared
 
+BUILDLINK_TRANSFORM.Darwin+=   opt:-Wl,--soname=liblz.so.1:-Wl,-install_name,${PREFIX}/lib/liblz.so.1
 BUILDLINK_TRANSFORM.SunOS+=    opt:-Wl,--soname=liblz.so.1:-Wl,-soname,liblz.so.1
 
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index