Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/matchbox-panel matchbox-panel: fix NetBSD aarch64 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3894caf37cc6
branches: trunk
changeset: 431954:3894caf37cc6
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun May 17 19:40:39 2020 +0000
description:
matchbox-panel: fix NetBSD aarch64 build
diffstat:
x11/matchbox-panel/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 6f9b434a4724 -r 3894caf37cc6 x11/matchbox-panel/Makefile
--- a/x11/matchbox-panel/Makefile Sun May 17 19:36:41 2020 +0000
+++ b/x11/matchbox-panel/Makefile Sun May 17 19:40:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2018/03/12 11:17:53 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2020/05/17 19:40:39 gutteridge Exp $
#
DISTNAME= matchbox-panel-0.9.2
@@ -29,7 +29,8 @@
PLIST_VARS= apm
.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || \
- (${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64")
+ (${OPSYS} == "NetBSD" && \
+ (${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64"))
# Nada
.else
PLIST.apm= yes
Home |
Main Index |
Thread Index |
Old Index