pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/smtpfeed
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Dec 15 11:30:01 UTC 2022
Modified Files:
pkgsrc/mail/smtpfeed: Makefile
Log Message:
smtpfeed: Fix libraries on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/smtpfeed/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/smtpfeed/Makefile
diff -u pkgsrc/mail/smtpfeed/Makefile:1.38 pkgsrc/mail/smtpfeed/Makefile:1.39
--- pkgsrc/mail/smtpfeed/Makefile:1.38 Mon May 24 19:52:53 2021
+++ pkgsrc/mail/smtpfeed/Makefile Thu Dec 15 11:30:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:52:53 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/12/15 11:30:01 jperkin Exp $
DISTNAME= smtpfeed-1.23
PKGREVISION= 1
@@ -21,6 +21,9 @@ CONFIGURE_ENV+= my_cv_path_lib_exec=${P
# use bind8?
#CONFIGURE_ARGS+= --with-bind8
+BUILDLINK_TRANSFORM.SunOS+= rm:-lutil
+LDFLAGS.SunOS+= -lsocket -lnsl -lresolv
+
DOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \
ML-ADMIN ML-ADMIN.j OPTIONS OPTIONS.j README README.j \
RELEASE.NOTE SIGNAL SIGNAL.j TODO
Home |
Main Index |
Thread Index |
Old Index