pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/smtp-delay



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct 11 06:48:04 UTC 2024

Modified Files:
        pkgsrc/mail/smtp-delay: Makefile

Log Message:
smtp-delay: Link socket libraries on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/smtp-delay/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/smtp-delay/Makefile
diff -u pkgsrc/mail/smtp-delay/Makefile:1.1 pkgsrc/mail/smtp-delay/Makefile:1.2
--- pkgsrc/mail/smtp-delay/Makefile:1.1 Tue Dec  5 17:36:16 2023
+++ pkgsrc/mail/smtp-delay/Makefile     Fri Oct 11 06:48:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/05 17:36:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/11 06:48:04 nia Exp $
 
 DISTNAME=              smtp-delay
 PKGNAME=               ${DISTNAME}-0.20
@@ -16,6 +16,8 @@ WRKSRC=                       ${WRKDIR}
 
 INSTALLATION_DIRS=     bin
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 do-build:
        cd ${WRKSRC};   \
        ${CC} ${CFLAGS} ${LDFLAGS} -o ${PKGBASE} ${PKGBASE}.c



Home | Main Index | Thread Index | Old Index