pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

canu: Enable build on aarch64



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 18 10:57:35 2023 -0500
Changeset:	5cea5869c44c1c0a946e40bb60031f068165acc1

Modified Files:
	canu/Makefile

Log Message:
canu: Enable build on aarch64

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5cea5869c44c1c0a946e40bb60031f068165acc1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 canu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/canu/Makefile b/canu/Makefile
index b54a897aff..73aa26eddb 100644
--- a/canu/Makefile
+++ b/canu/Makefile
@@ -42,7 +42,7 @@ REPLACE_PERL+=	fastq-utilities/*.pl
 REPLACE_PERL+=	*.pl
 
 # May work on other 64-bit processors, but untested
-ONLY_FOR_PLATFORM=	*-*-x86_64
+ONLY_FOR_PLATFORM=	*-*-x86_64 *-*-aarch64
 
 USE_LANGUAGES=	c c++
 USE_JAVA=	run


Home | Main Index | Thread Index | Old Index