summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormaya <maya>2017-02-15 01:27:00 +0000
committermaya <maya>2017-02-15 01:27:00 +0000
commit965a98ec8e6e4a22237b18954bd0bd9e73195756 (patch)
tree2ae2ba23efc6612ab8226616b42a09a33d52c51f /emulators
parent70160a5e1dcc462fda847f555b31dd53f52709e2 (diff)
downloadpkgsrc-965a98ec8e6e4a22237b18954bd0bd9e73195756.tar.gz
simh: use networking. bump PKGREVISION.
fixes PR pkg/51970
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index b6d4807f8be..ec18c6a52f0 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2016/12/18 11:11:28 hans Exp $
+# $NetBSD: Makefile,v 1.45 2017/02/15 01:27:00 maya Exp $
DISTNAME= simh-4.0.0
PKGNAME= simh-4.0.0.20161218
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=simh/}
GITHUB_PROJECT= simh
@@ -32,6 +33,9 @@ CFLAGS+= -fforce-addr
CFLAGS.SunOS+= -DBSD_COMP
LDFLAGS.SunOS+= -lm
+CFLAGS+= -DUSE_NETWORK
+LDFLAGS+= -lpcap
+
INSTALLATION_DIRS= bin share/simh share/doc/simh
MAKE_FILE= makefile