pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/simh simh: needs -lrt on linux (for shm_open)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b68b134a7a70
branches:  trunk
changeset: 338995:b68b134a7a70
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Sep 03 09:35:18 2019 +0000

description:
simh: needs -lrt on linux (for shm_open)

diffstat:

 emulators/simh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6f04d36fba4 -r b68b134a7a70 emulators/simh/Makefile
--- a/emulators/simh/Makefile   Tue Sep 03 08:58:39 2019 +0000
+++ b/emulators/simh/Makefile   Tue Sep 03 09:35:18 2019 +0000
@@ -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.SunOS+= -DBSD_COMP
 LDFLAGS.SunOS+=        -lm
 
-LDFLAGS.Linux+=        -lm -pthread
+LDFLAGS.Linux+=        -lm -pthread -lrt
 
 INSTALLATION_DIRS=     bin share/simh share/doc/simh
 



Home | Main Index | Thread Index | Old Index