pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libdivsufsort
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 20 11:39:32 UTC 2021
Modified Files:
pkgsrc/devel/libdivsufsort: Makefile
Log Message:
libdivsufsort: Don't waste time building examples
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libdivsufsort/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/libdivsufsort/Makefile
diff -u pkgsrc/devel/libdivsufsort/Makefile:1.1 pkgsrc/devel/libdivsufsort/Makefile:1.2
--- pkgsrc/devel/libdivsufsort/Makefile:1.1 Wed Jan 20 11:37:22 2021
+++ pkgsrc/devel/libdivsufsort/Makefile Wed Jan 20 11:39:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/01/20 11:37:22 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/01/20 11:39:32 nia Exp $
DISTNAME= libdivsufsort-2.0.1
CATEGORIES= devel
@@ -11,6 +11,9 @@ LICENSE= mit
USE_CMAKE= yes
+# Examples do not get installed.
+CMAKE_ARGS+= -DBUILD_EXAMPLES=OFF
+
PKGCONFIG_OVERRIDE+= pkgconfig/libdivsufsort.pc.cmake
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index