pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/fann
Module Name: pkgsrc
Committed By: rillig
Date: Wed May 13 03:37:30 UTC 2020
Modified Files:
pkgsrc/devel/fann: Makefile
Log Message:
devel/fann: fix path to fann.pc file
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/fann/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/fann/Makefile
diff -u pkgsrc/devel/fann/Makefile:1.9 pkgsrc/devel/fann/Makefile:1.10
--- pkgsrc/devel/fann/Makefile:1.9 Sun Nov 3 10:39:10 2019
+++ pkgsrc/devel/fann/Makefile Wed May 13 03:37:30 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/11/03 10:39:10 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/13 03:37:30 rillig Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "Makefile.common"
@@ -16,6 +16,6 @@ USE_LANGUAGES+= c99
USE_LANGUAGES+= c++
USE_TOOLS+= pkg-config
-PKGCONFIG_OVERRIDE+= fann.pc.in
+PKGCONFIG_OVERRIDE+= cmake/fann.pc.cmake
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index