pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/matchbox-panel
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun May 17 19:40:39 UTC 2020
Modified Files:
pkgsrc/x11/matchbox-panel: Makefile
Log Message:
matchbox-panel: fix NetBSD aarch64 build
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/matchbox-panel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/matchbox-panel/Makefile
diff -u pkgsrc/x11/matchbox-panel/Makefile:1.33 pkgsrc/x11/matchbox-panel/Makefile:1.34
--- pkgsrc/x11/matchbox-panel/Makefile:1.33 Mon Mar 12 11:17:53 2018
+++ pkgsrc/x11/matchbox-panel/Makefile Sun May 17 19:40:39 2020
@@ -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 @@ MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
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