svn commit: r559853 - head/multimedia/wlrobs
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jan 1 16:48:43 UTC 2021
Author: pkubaj
Date: Fri Jan 1 16:48:42 2021
New Revision: 559853
URL: https://svnweb.freebsd.org/changeset/ports/559853
Log:
multimedia/wlrobs: fix build on powerpc64le
Modified:
head/multimedia/wlrobs/Makefile
Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile Fri Jan 1 16:43:40 2021 (r559852)
+++ head/multimedia/wlrobs/Makefile Fri Jan 1 16:48:42 2021 (r559853)
@@ -22,7 +22,7 @@ PORTDATA= lib${PORTNAME}.so
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11
More information about the svn-ports-all
mailing list