[arch-commits] Commit in simh/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Nov 12 20:44:13 UTC 2020


    Date: Thursday, November 12, 2020 @ 20:44:12
  Author: spupykin
Revision: 753751

upgpkg: simh 3.11.1-2

Modified:
  simh/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 20:43:59 UTC (rev 753750)
+++ PKGBUILD	2020-11-12 20:44:12 UTC (rev 753751)
@@ -5,7 +5,7 @@
 pkgver=3.11.1
 _pkgver=${pkgver//./-}
 _pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="simulator for assorted historical computers, from Altair to VAX"
 arch=('x86_64')
 url="http://simh.trailing-edge.com"
@@ -28,8 +28,7 @@
 build() {
   cd "$srcdir/$pkgname-${_pkgver}"
   mkdir -p BIN
-#  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DUSE_TAP_NETWORK -isystem /usr/include -lpcap'
+  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK -isystem /usr/include -lpcap'
 }
 
 package() {



More information about the arch-commits mailing list