aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-01-09 18:32:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-01-09 18:32:50 +0000
commit21bcfa01f391f204f1d0ac72f7e1829147bc6433 (patch)
tree06f85a16abfd7e4f6e8eb00c839bff0845e9e062
parentf5182f6ace9a08af2d327daf9c2fc118d8e387d4 (diff)
downloadports-21bcfa01f391f204f1d0ac72f7e1829147bc6433.tar.gz
ports-21bcfa01f391f204f1d0ac72f7e1829147bc6433.zip
net-p2p/awgg: Fix build on i386
- Bump PORTREVISION Reported by: pkg-fallout
-rw-r--r--net-p2p/awgg/Makefile4
1 files 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: