pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Tty



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Dec 24 01:16:17 UTC 2023

Modified Files:
        pkgsrc/devel/p5-IO-Tty: Makefile

Log Message:
p5-IO-tty: fix macOS configure.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/p5-IO-Tty/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-IO-Tty/Makefile
diff -u pkgsrc/devel/p5-IO-Tty/Makefile:1.48 pkgsrc/devel/p5-IO-Tty/Makefile:1.49
--- pkgsrc/devel/p5-IO-Tty/Makefile:1.48        Sat Dec 16 23:41:39 2023
+++ pkgsrc/devel/p5-IO-Tty/Makefile     Sun Dec 24 01:16:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/12/16 23:41:39 mef Exp $
+# $NetBSD: Makefile,v 1.49 2023/12/24 01:16:17 schmonz Exp $
 
 DISTNAME=      IO-Tty-1.18
 PKGNAME=       p5-${DISTNAME:C/T/t/}
@@ -12,5 +12,7 @@ LICENSE=      ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/IO/Tty/.packlist
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wl,--no-undefined
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index