summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-09-03 09:35:18 +0000
committermaya <maya@pkgsrc.org>2019-09-03 09:35:18 +0000
commitc83cb68fea21cd57f7e322d3c4451a71c37cff1c (patch)
tree00d34ae9a9e086d1cd598ada9ea6b6ae01476bd0 /emulators
parent566b634968c2335721a1c9216d72011edc21f7d9 (diff)
downloadpkgsrc-c83cb68fea21cd57f7e322d3c4451a71c37cff1c.tar.gz
simh: needs -lrt on linux (for shm_open)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index fdb7c7458b9..ad52c7460b6 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/06/06 13:02:29 maya Exp $
+# $NetBSD: Makefile,v 1.52 2019/09/03 09:35:18 maya Exp $
DISTNAME= simh-4.0.0
PKGNAME= simh-4.0.0.20180919
@@ -34,7 +34,7 @@ CFLAGS+= -fforce-addr
CFLAGS.SunOS+= -DBSD_COMP
LDFLAGS.SunOS+= -lm
-LDFLAGS.Linux+= -lm -pthread
+LDFLAGS.Linux+= -lm -pthread -lrt
INSTALLATION_DIRS= bin share/simh share/doc/simh