PORTNAME= binutils
PORTVERSION= 2.37
PORTREVISION= 1
PORTEPOCH?= 1
CATEGORIES?= devel
MASTER_SITES= SOURCEWARE/binutils/releases
post-patch:
${REINPLACE_CMD} -e "s/-ldl//g" ${WRKSRC}/gold/testsuite/Makefile.in
# Force the generation of man pages
${RM} ${WRKSRC}/binutils/doc/*.1
post-install:
.if ${FLAVOR} == native
--- etc/texi2pod.pl.orig 2021-08-30 17:17:09 UTC
+++ etc/texi2pod.pl
@@ -59,6 +59,8 @@ while ($_ = shift) {
$flag = shift;
}
push (@ipath, $flag);
+ } elsif (/^--no-split$/) {
+ # ignore option for makeinfo compatibility
} elsif (/^-/) {
usage();
} else {