pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libbpg



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 21 12:34:21 UTC 2023

Modified Files:
        pkgsrc/graphics/libbpg: Makefile

Log Message:
libbpg: Darwin linker does not support --gc-sections.


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

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

Modified files:

Index: pkgsrc/graphics/libbpg/Makefile
diff -u pkgsrc/graphics/libbpg/Makefile:1.5 pkgsrc/graphics/libbpg/Makefile:1.6
--- pkgsrc/graphics/libbpg/Makefile:1.5 Mon Nov 21 18:20:42 2022
+++ pkgsrc/graphics/libbpg/Makefile     Fri Jul 21 12:34:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/21 18:20:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/21 12:34:21 jperkin Exp $
 
 DISTNAME=      libbpg-0.9.2
 CATEGORIES=    graphics
@@ -20,6 +20,7 @@ SUBST_STAGE.config=   pre-configure
 SUBST_FILES.config=    config.h
 SUBST_VARS.config=     PREFIX
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--gc-sections
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--gc-sections
 
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index