pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/libspf2
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Apr 23 19:32:53 UTC 2024
Modified Files:
pkgsrc/mail/libspf2: Makefile
Log Message:
libspf2: add -lresolv to fix Tiger build. No change on Sonoma.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/libspf2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/libspf2/Makefile
diff -u pkgsrc/mail/libspf2/Makefile:1.18 pkgsrc/mail/libspf2/Makefile:1.19
--- pkgsrc/mail/libspf2/Makefile:1.18 Sat Oct 7 20:12:08 2023
+++ pkgsrc/mail/libspf2/Makefile Tue Apr 23 19:32:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/10/07 20:12:08 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/23 19:32:53 schmonz Exp $
DISTNAME= libspf2-1.2.11
PKGREVISION= 2
@@ -15,6 +15,8 @@ USE_LIBTOOL= YES
CONFLICTS+= libspf_alt-[0-9]*
+LDFLAGS.Darwin+= -lresolv
+
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "OpenBSD"
Home |
Main Index |
Thread Index |
Old Index