pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/palemoon
Module Name: pkgsrc
Committed By: nia
Date: Tue Sep 9 11:15:54 UTC 2025
Modified Files:
pkgsrc/www/palemoon: Makefile
Log Message:
palemoon: Now enables ffvpx on arm. PR pkg/59640
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/palemoon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/palemoon/Makefile
diff -u pkgsrc/www/palemoon/Makefile:1.39 pkgsrc/www/palemoon/Makefile:1.40
--- pkgsrc/www/palemoon/Makefile:1.39 Fri Sep 5 07:42:01 2025
+++ pkgsrc/www/palemoon/Makefile Tue Sep 9 11:15:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2025/09/05 07:42:01 nia Exp $
+# $NetBSD: Makefile,v 1.40 2025/09/09 11:15:54 nia Exp $
# for build instructions see
# https://developer.palemoon.org/build/linux/
@@ -117,7 +117,8 @@ PLIST.be= yes
PLIST.le= yes
.endif
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH:Maarch64*} || \
+ ${MACHINE_ARCH:Mearm*}
PLIST.ffvpx= yes # see platform/old-configure.in
.endif
Home |
Main Index |
Thread Index |
Old Index