diff options
author | wiedi <wiedi> | 2014-02-08 23:39:55 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-02-08 23:39:55 +0000 |
commit | 003f981c4ad2b86b8b0b8952444137edeec953dd (patch) | |
tree | 060de9bacead01c7fa03668514b26fd4247a5382 /lang | |
parent | ba8b7e4412fb8be8a4cb1b8327caf347da508bb9 (diff) | |
download | pkgsrc-003f981c4ad2b86b8b0b8952444137edeec953dd.tar.gz |
Add network libs on SunOS
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |