pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/simh
Module Name: pkgsrc
Committed By: maya
Date: Tue Sep 3 09:35:18 UTC 2019
Modified Files:
pkgsrc/emulators/simh: Makefile
Log Message:
simh: needs -lrt on linux (for shm_open)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/emulators/simh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/simh/Makefile
diff -u pkgsrc/emulators/simh/Makefile:1.51 pkgsrc/emulators/simh/Makefile:1.52
--- pkgsrc/emulators/simh/Makefile:1.51 Thu Jun 6 13:02:29 2019
+++ pkgsrc/emulators/simh/Makefile Tue Sep 3 09:35:18 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index