pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/dar



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar 23 11:50:23 UTC 2020

Modified Files:
        pkgsrc/archivers/dar: Makefile

Log Message:
dar: Do not overwrite BUILDLINK_TRANSFORM


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/archivers/dar/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/dar/Makefile
diff -u pkgsrc/archivers/dar/Makefile:1.56 pkgsrc/archivers/dar/Makefile:1.57
--- pkgsrc/archivers/dar/Makefile:1.56  Sat Nov  2 22:54:26 2019
+++ pkgsrc/archivers/dar/Makefile       Mon Mar 23 11:50:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2019/11/02 22:54:26 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/03/23 11:50:22 ryoon Exp $
 
 DISTNAME=      dar-2.4.13
 PKGREVISION=   1
@@ -104,7 +104,7 @@ SUBST_SED.static=   -e 's,-all-static,-sta
 .endif
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
-BUILDLINK_TRANSFORM=   l:execinfo:execinfo:elf
+BUILDLINK_TRANSFORM+=  l:execinfo:execinfo:elf
 .endif
 
 .include "../../archivers/bzip2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index