From 003f981c4ad2b86b8b0b8952444137edeec953dd Mon Sep 17 00:00:00 2001 From: wiedi Date: Sat, 8 Feb 2014 23:39:55 +0000 Subject: Add network libs on SunOS --- lang/scm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 461b8429ad5..f4f763a24cf 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/07/15 02:02:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/02/08 23:39:55 wiedi Exp $ # # Convert the version number as follows 2d2 -> 2.4.2, where the d is # changed to a 4, representing the 4th letter. @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/scm EVAL_PREFIX+= SLIB_PREFIX=slib INFO_FILES= yes +LDFLAGS.SunOS+= -lsocket -lnsl + SCM_MODULES+= sc2 ramap dynl edline gsubr ioext posix record rgx socket SCM_MODULES+= unix continue scm scmmain findexec script time repl scl eval SCM_MODULES+= sys subr debug unif rope unexelf -- cgit v1.2.3