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:           Wed Feb 15 01:27:01 UTC 2017

Modified Files:
        pkgsrc/emulators/simh: Makefile

Log Message:
simh: use networking. bump PKGREVISION.
fixes PR pkg/51970


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/emulators/simh/Makefile:1.45
--- pkgsrc/emulators/simh/Makefile:1.44 Sun Dec 18 11:11:28 2016
+++ pkgsrc/emulators/simh/Makefile      Wed Feb 15 01:27:00 2017
@@ -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



Home | Main Index | Thread Index | Old Index