aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:35:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:37:35 +0000
commitf8103390588660d3336d2b0726251dfbdda3ead3 (patch)
treebbae12ca78cfb284c2807716e86bd9017e3d8c67
parent316e29c20651809ab3d98beec9cfe2106db17037 (diff)
downloadports-f8103390588660d3336d2b0726251dfbdda3ead3.tar.gz
ports-f8103390588660d3336d2b0726251dfbdda3ead3.zip
converters/p5-Sereal-{Decoder,Encoder}: Allow build without BATCH=yes
PR: 270573 Reported by: yasu
-rw-r--r--converters/p5-Sereal-Decoder/Makefile1
-rw-r--r--converters/p5-Sereal-Encoder/Makefile1
2 files changed, 2 insertions, 0 deletions
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