pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/chasen-base Make sure depcomp is present.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cbd3a54bb05
branches:  trunk
changeset: 360149:8cbd3a54bb05
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 24 11:44:30 2017 +0000

description:
Make sure depcomp is present.

diffstat:

 textproc/chasen-base/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d9756ecb399e -r 8cbd3a54bb05 textproc/chasen-base/Makefile
--- a/textproc/chasen-base/Makefile     Fri Mar 24 11:43:52 2017 +0000
+++ b/textproc/chasen-base/Makefile     Fri Mar 24 11:44:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/06/29 11:06:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2017/03/24 11:44:30 joerg Exp $
 #
 
 DISTNAME=              chasen-${CHASEN_VERSION}
@@ -19,6 +19,7 @@
 
 pre-configure:
        cd ${WRKSRC} && autoreconf -fi
+       ${LN} -s ${_OVERRIDE_PATH.depcomp} ${WRKSRC}/depcomp
 
 .include "../../textproc/chasen/Makefile.common"
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index