pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/picoc



Module Name:    pkgsrc
Committed By:   agc
Date:           Wed May 31 22:35:42 UTC 2017

Modified Files:
        pkgsrc/lang/picoc: Makefile

Log Message:
avoid a compiler warning on linux - make sure libedit is available


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/picoc/Makefile

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

Modified files:

Index: pkgsrc/lang/picoc/Makefile
diff -u pkgsrc/lang/picoc/Makefile:1.4 pkgsrc/lang/picoc/Makefile:1.5
--- pkgsrc/lang/picoc/Makefile:1.4      Tue Dec 17 23:23:38 2013
+++ pkgsrc/lang/picoc/Makefile  Wed May 31 22:35:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/12/17 23:23:38 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/31 22:35:42 agc Exp $
 
 DISTNAME=              picoc-2.1
 PKGREVISION=           1
@@ -18,6 +18,8 @@ AUTO_MKDIRS=          yes
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/picoc ${DESTDIR}${PREFIX}/bin/picoc
 
+.include "../../devel/editline/buildlink3.mk"
+
 .include "../../mk/readline.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index