git: f81033905886 - main - converters/p5-Sereal-{Decoder,Encoder}: Allow build without BATCH=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:44:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8103390588660d3336d2b0726251dfbdda3ead3 commit f8103390588660d3336d2b0726251dfbdda3ead3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:35:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:37:35 +0000 converters/p5-Sereal-{Decoder,Encoder}: Allow build without BATCH=yes PR: 270573 Reported by: yasu --- converters/p5-Sereal-Decoder/Makefile | 1 + converters/p5-Sereal-Encoder/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/converters/p5-Sereal-Decoder/Makefile b/converters/p5-Sereal-Decoder/Makefile index 8853f0a5a0d2..f1e930c7f3c7 100644 --- a/converters/p5-Sereal-Decoder/Makefile +++ b/converters/p5-Sereal-Decoder/Makefile @@ -21,6 +21,7 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ USES= perl5 USE_PERL5= configure +CONFIGURE_ENV= NO_ASM=no USE_UNALIGNED=no MAKE_ENV= PASTHRU_DEFINE="-I${LOCALBASE}/include" MAKE_JOBS_UNSAFE= yes diff --git a/converters/p5-Sereal-Encoder/Makefile b/converters/p5-Sereal-Encoder/Makefile index 16b1772cacbf..56294d3637d8 100644 --- a/converters/p5-Sereal-Encoder/Makefile +++ b/converters/p5-Sereal-Encoder/Makefile @@ -22,6 +22,7 @@ TEST_DEPENDS= p5-Sereal-Decoder>=5.000:converters/p5-Sereal-Decoder \ USES= perl5 USE_PERL5= configure +CONFIGURE_ENV= NO_ASM=no USE_UNALIGNED=no MAKE_ENV= PASTHRU_DEFINE="-I${LOCALBASE}/include" MAKE_JOBS_UNSAFE= yes