pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/forth-retro forth-retro: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85b99cce3c5a
branches:  trunk
changeset: 323155:85b99cce3c5a
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun May 05 20:27:12 2019 +0000

description:
forth-retro: fix build on SunOS

diffstat:

 lang/forth-retro/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 76a4f4a63536 -r 85b99cce3c5a lang/forth-retro/Makefile
--- a/lang/forth-retro/Makefile Sun May 05 20:11:25 2019 +0000
+++ b/lang/forth-retro/Makefile Sun May 05 20:27:12 2019 +0000
@@ -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 @@
 
 USE_TOOLS+=    pax
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 REPLACE_INTERPRETER+=  rre
 REPLACE.rre.old=       .*rre
 REPLACE.rre.new=       ${PREFIX}/bin/rre



Home | Main Index | Thread Index | Old Index