pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgfshare



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

Modified Files:
        pkgsrc/security/libgfshare: Makefile

Log Message:
libgfshare: Darwin linker does not support -O1.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/libgfshare/Makefile

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

Modified files:

Index: pkgsrc/security/libgfshare/Makefile
diff -u pkgsrc/security/libgfshare/Makefile:1.3 pkgsrc/security/libgfshare/Makefile:1.4
--- pkgsrc/security/libgfshare/Makefile:1.3     Mon Nov 21 18:20:44 2022
+++ pkgsrc/security/libgfshare/Makefile Fri Jul 21 12:22:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/11/21 18:20:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/21 12:22:48 jperkin Exp $
 
 DISTNAME=      libgfshare-1.0.5
 CATEGORIES=    security
@@ -14,6 +14,7 @@ USE_TOOLS+=   gmake
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,-O1
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index