pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdb Use the infrastructure's idea of where depco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eacc51d5d4d
branches:  trunk
changeset: 359136:4eacc51d5d4d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 28 14:58:43 2017 +0000

description:
Use the infrastructure's idea of where depcomp is.

diffstat:

 devel/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13c48bae440c -r 4eacc51d5d4d devel/gdb/Makefile
--- a/devel/gdb/Makefile        Tue Feb 28 14:58:09 2017 +0000
+++ b/devel/gdb/Makefile        Tue Feb 28 14:58:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/07/09 06:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2017/02/28 14:58:43 joerg Exp $
 
 DISTNAME=      gdb-7.11
 PKGREVISION=   3
@@ -26,7 +26,7 @@
 SUBST_STAGE.fix-depcomp+=      pre-configure
 SUBST_MESSAGE.fix-depcomp+=    Read depcomp directly
 SUBST_FILES.fix-depcomp+=      gdb/configure
-SUBST_SED.fix-depcomp+=                -e 's,< ./depcomp,${PREFIX}/share/libtool/config/depcomp,'
+SUBST_SED.fix-depcomp+=                -e 's,< ./depcomp,${_OVERRIDE_PATH.depcomp},'
 
 AUTO_MKDIRS=           yes
 



Home | Main Index | Thread Index | Old Index