From c83278f85e81c81c94b08f8f4cc1a91207e57dc1 Mon Sep 17 00:00:00 2001 From: Jadyn Brammer Date: Fri, 15 Mar 2024 22:35:47 -0500 Subject: [PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) fixes #43766 --- srcpkgs/vpcs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template index fc58d114081..096a8101c20 100644 --- a/srcpkgs/vpcs/template +++ b/srcpkgs/vpcs/template @@ -2,6 +2,7 @@ pkgname=vpcs version=0.8.3 revision=1 +archs="i686* x86_64*" build_wrksrc="src" build_style=gnu-makefile make_cmd="make -f Makefile.linux" @@ -13,8 +14,6 @@ distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz" checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7 make_check=no #checks unavailable in source makefiles -archs="i686* x86_64*" - CFLAGS="-fcommon" pre_build() {