pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/chasen-base



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 24 11:44:30 UTC 2017

Modified Files:
        pkgsrc/textproc/chasen-base: Makefile

Log Message:
Make sure depcomp is present.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/chasen-base/Makefile

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

Modified files:

Index: pkgsrc/textproc/chasen-base/Makefile
diff -u pkgsrc/textproc/chasen-base/Makefile:1.24 pkgsrc/textproc/chasen-base/Makefile:1.25
--- pkgsrc/textproc/chasen-base/Makefile:1.24   Mon Jun 29 11:06:49 2015
+++ pkgsrc/textproc/chasen-base/Makefile        Fri Mar 24 11:44:30 2017
@@ -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 @@ OWN_DIRS=             ${PREFIX}/${CHASEN_DICDIR}
 
 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