pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 13:02:18 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
devel/binutils: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/binutils/Makefile

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

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.80 pkgsrc/devel/binutils/Makefile:1.81
--- pkgsrc/devel/binutils/Makefile:1.80 Tue Mar 10 19:01:31 2020
+++ pkgsrc/devel/binutils/Makefile      Sun May  3 13:02:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/03/10 19:01:31 bacon Exp $
+# $NetBSD: Makefile,v 1.81 2020/05/03 13:02:18 rillig Exp $
 
 DISTNAME=      binutils-2.34
 PKGREVISION=   1
@@ -40,6 +40,7 @@ LIB_PATH:=            /lib64:${LIB_PATH}
 .endif
 CONFIGURE_ARGS+=       --with-lib-path=${LIB_PATH}
 CONFIGURE_ARGS+=       --program-prefix=g
+CONFIGURE_ENV+=                ac_cv_prog_PERL= # not needed
 BINUTILS_PREFIX=       ${PREFIX}/${MACHINE_GNU_PLATFORM}
 
 PLIST_SRC=     ${PKGDIR}/PLIST.common



Home | Main Index | Thread Index | Old Index