git: 3e64c2162ea7 - main - multimedia/wlrobs: build with clang on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 12:09:36 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e64c2162ea7d62fc990fd4c8c63c67e17c36996
commit 3e64c2162ea7d62fc990fd4c8c63c67e17c36996
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-19 09:44:29 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:19 +0000
multimedia/wlrobs: build with clang on powerpc64le
---
multimedia/wlrobs/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/wlrobs/Makefile b/multimedia/wlrobs/Makefile
index a8616e96da8e..65031002619a 100644
--- a/multimedia/wlrobs/Makefile
+++ b/multimedia/wlrobs/Makefile
@@ -1,7 +1,7 @@
PORTNAME= wlrobs
DISTVERSIONPREFIX= v
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/
@@ -21,7 +21,7 @@ PORTDATA= lib${PORTNAME}.so
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH} == powerpc64
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11