Date: Tue, 9 Jan 2024 18:33:39 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21bcfa01f391 - main - net-p2p/awgg: Fix build on i386 Message-ID: <202401091833.409IXdPO047525@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=21bcfa01f391f204f1d0ac72f7e1829147bc6433 commit 21bcfa01f391f204f1d0ac72f7e1829147bc6433 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-01-09 18:32:50 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-01-09 18:32:50 +0000 net-p2p/awgg: Fix build on i386 - Bump PORTREVISION Reported by: pkg-fallout --- net-p2p/awgg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index 36e7d31cd684..65e601d07141 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -1,6 +1,6 @@ PORTNAME= awgg DISTVERSION= 0.6.0.6034-beta -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -36,7 +36,7 @@ DESKTOP_ENTRIES="AWGG" \ USE_GNOME_gtk2= cairo USE_GNOME+= ${USE_GNOME_${FLAVOR}} -LAZBUILD_ARGS= -d +LAZBUILD_ARGS= -d --cpu=${ARCH:S/amd64/x86_64/g} LAZARUS_PROJECT_FILES= src/awgg.lpi post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401091833.409IXdPO047525>