From a0e654bf8237cc41dac600b3d1c35d0992b11793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 5 Feb 2021 16:37:43 +0700 Subject: [PATCH] libfirm: fix ftbfs > '.' is no longer in @INC --- srcpkgs/libfirm/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libfirm/template b/srcpkgs/libfirm/template index b44f313d611..4dd8e28e997 100644 --- a/srcpkgs/libfirm/template +++ b/srcpkgs/libfirm/template @@ -27,6 +27,7 @@ EOF } do_build() { + export PERL5LIB=$wrksrc vsed -i Makefile -e 's;"\\#;"#;' make ${makejobs} }