pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gdb
Module Name: pkgsrc
Committed By: joerg
Date: Tue Feb 28 14:58:43 UTC 2017
Modified Files:
pkgsrc/devel/gdb: Makefile
Log Message:
Use the infrastructure's idea of where depcomp is.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/gdb/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/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.55 pkgsrc/devel/gdb/Makefile:1.56
--- pkgsrc/devel/gdb/Makefile:1.55 Sat Jul 9 06:38:07 2016
+++ pkgsrc/devel/gdb/Makefile Tue Feb 28 14:58:43 2017
@@ -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_CLASSES+= fix-depcomp
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