forth-retro: fix build on SunOS
This commit is contained in:
parent
dd5790d847
commit
8473c1856a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue