diff options
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 |