summaryrefslogtreecommitdiff
path: root/lang/forth-retro
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-05-05 20:27:12 +0000
committerwiedi <wiedi@pkgsrc.org>2019-05-05 20:27:12 +0000
commita91086cddcf7f4d07706a08cfe2596b49321245f (patch)
treed1a5c0075e138e7104e6a0bda4c88ea8366f0ca9 /lang/forth-retro
parentd5dd47b9a8caf6b84febd1260b806e22ff149133 (diff)
downloadpkgsrc-a91086cddcf7f4d07706a08cfe2596b49321245f.tar.gz
forth-retro: fix build on SunOS
Diffstat (limited to 'lang/forth-retro')
-rw-r--r--lang/forth-retro/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/forth-retro/Makefile b/lang/forth-retro/Makefile
index cddb246c1df..27e5650cde6 100644
--- a/lang/forth-retro/Makefile
+++ b/lang/forth-retro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/01/27 10:59:05 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/05 20:27:12 wiedi Exp $
DISTNAME= RETRO${RETRO_REL}-${RETRO_SNAPSHOT}
PKGNAME= forth-retro-${RETRO_REL}.0.${RETRO_SNAPSHOT}
@@ -15,6 +15,8 @@ RETRO_SNAPSHOT= 2018.1
USE_TOOLS+= pax
+LDFLAGS.SunOS+= -lsocket -lnsl
+
REPLACE_INTERPRETER+= rre
REPLACE.rre.old= .*rre
REPLACE.rre.new= ${PREFIX}/bin/rre