pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/forth-retro



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun May  5 20:27:13 UTC 2019

Modified Files:
        pkgsrc/lang/forth-retro: Makefile

Log Message:
forth-retro: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/forth-retro/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/forth-retro/Makefile
diff -u pkgsrc/lang/forth-retro/Makefile:1.1 pkgsrc/lang/forth-retro/Makefile:1.2
--- pkgsrc/lang/forth-retro/Makefile:1.1        Sat Jan 27 10:59:05 2018
+++ pkgsrc/lang/forth-retro/Makefile    Sun May  5 20:27:12 2019
@@ -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



Home | Main Index | Thread Index | Old Index