pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo gtexinfo: override config.sub several d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87923763545a
branches:  trunk
changeset: 312874:87923763545a
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Sep 17 13:37:26 2018 +0000

description:
gtexinfo: override config.sub several directories in.

Likely fixes PR pkg/52730, suggested by joerg.

diffstat:

 devel/gtexinfo/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 26170824fb07 -r 87923763545a devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Mon Sep 17 13:24:45 2018 +0000
+++ b/devel/gtexinfo/Makefile   Mon Sep 17 13:37:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2018/08/30 11:27:48 tnn Exp $
+# $NetBSD: Makefile,v 1.101 2018/09/17 13:37:26 maya Exp $
 
 DISTNAME=              texinfo-6.5
 PKGNAME=               g${DISTNAME}
@@ -28,6 +28,9 @@
 PLIST_SRC=             ${PKGDIR}/PLIST
 USE_TOOLS+=            perl:run
 
+# Replace deeply nested config.sub files (in vendored perl libraries)
+OVERRIDE_DIRDEPTH=     4
+
 PKGSRC_INFOPATH=       ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}
 MAKE_ENV+=             PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
 



Home | Main Index | Thread Index | Old Index