pkgsrc-WIP-changes archive

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

sacc-git: Sync with net/sacc



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Oct 28 09:52:14 2019 +0100
Changeset:	bb1020c2cd2842c173a4c5705a8670f3dd176fc9

Modified Files:
	sacc-git/Makefile

Log Message:
sacc-git: Sync with net/sacc

Should help/fix build on at least SunOS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb1020c2cd2842c173a4c5705a8670f3dd176fc9

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

diffstat:
 sacc-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/sacc-git/Makefile b/sacc-git/Makefile
index b632f972bd..c546866ca5 100644
--- a/sacc-git/Makefile
+++ b/sacc-git/Makefile
@@ -20,6 +20,9 @@ MAKE_FLAGS+=	MANDIR="${PREFIX}/${PKGMANDIR}/man1"
 MAKE_FLAGS+=	LIBS=${BUILDLINK_LDADD.terminfo:Q}
 
 CFLAGS.NetBSD+=	-D_NETBSD_SOURCE	# strcasestr, asprintf
+LDFLAGS.SunOS+=	-lsocket -lnsl
+
+USE_LANGUAGES=	c99
 
 .include "../../mk/terminfo.buildlink3.mk"
 .include "../../wip/mk/git-package.mk"


Home | Main Index | Thread Index | Old Index