pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/courier-authlib



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Feb 21 03:46:06 UTC 2024

Modified Files:
        pkgsrc/security/courier-authlib: Makefile

Log Message:
courier-authlib: also strip --enable-new-dtags on macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/security/courier-authlib/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/courier-authlib/Makefile
diff -u pkgsrc/security/courier-authlib/Makefile:1.67 pkgsrc/security/courier-authlib/Makefile:1.68
--- pkgsrc/security/courier-authlib/Makefile:1.67       Mon Feb 12 17:24:07 2024
+++ pkgsrc/security/courier-authlib/Makefile    Wed Feb 21 03:46:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2024/02/12 17:24:07 hans Exp $
+# $NetBSD: Makefile,v 1.68 2024/02/21 03:46:06 schmonz Exp $
 
 .include "Makefile.common"
 
@@ -32,6 +32,7 @@ CONFIGURE_ARGS+=      --with-pkgconfdir=${PKG
 CONFIGURE_ARGS+=       --without-stdheaderdir
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--enable-new-dtags
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--enable-new-dtags
 
 CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
 



Home | Main Index | Thread Index | Old Index