pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/msmtp



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Sep 29 21:42:13 UTC 2018

Modified Files:
        pkgsrc/mail/msmtp: Makefile

Log Message:
msmtp: link network libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/msmtp/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/msmtp/Makefile
diff -u pkgsrc/mail/msmtp/Makefile:1.70 pkgsrc/mail/msmtp/Makefile:1.71
--- pkgsrc/mail/msmtp/Makefile:1.70     Wed Sep 19 09:26:45 2018
+++ pkgsrc/mail/msmtp/Makefile  Sat Sep 29 21:42:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2018/09/19 09:26:45 leot Exp $
+# $NetBSD: Makefile,v 1.71 2018/09/29 21:42:13 wiedi Exp $
 
 DISTNAME=      msmtp-1.8.0
 CATEGORIES=    mail
@@ -25,6 +25,7 @@ INFO_FILES=   yes
 PLIST_VARS+=   scripts
 
 CPPFLAGS.Interix+=     -D__WINSOCK
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index