pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/libical
Module Name: pkgsrc
Committed By: nia
Date: Sat Nov 24 13:35:05 UTC 2018
Modified Files:
pkgsrc/time/libical: Makefile
Log Message:
libical: Explicitly disable BDB because if it's found, packaging will break.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/libical/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/libical/Makefile
diff -u pkgsrc/time/libical/Makefile:1.17 pkgsrc/time/libical/Makefile:1.18
--- pkgsrc/time/libical/Makefile:1.17 Wed Aug 22 09:47:14 2018
+++ pkgsrc/time/libical/Makefile Sat Nov 24 13:35:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/08/22 09:47:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/24 13:35:05 nia Exp $
#
DISTNAME= libical-3.0.3
@@ -16,6 +16,7 @@ USE_TOOLS+= perl pkg-config
USE_CMAKE= yes
CMAKE_ARGS+= -DUSE_BUILTIN_TZDATA=false
CMAKE_ARGS+= -DICAL_BUILD_DOCS=false
+CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_BDB=true
MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= libical.pc.in src/libical-glib/libical-glib.pc.in
Home |
Main Index |
Thread Index |
Old Index