Mon Apr 21 18:14:53 2014 UTC ()
Don't use profiling flags by default.


(joerg)
diff -r1.1 -r1.2 pkgsrc/time/libgcal/distinfo
diff -r0 -r1.1 pkgsrc/time/libgcal/patches/patch-CMakeLists.txt

cvs diff -r1.1 -r1.2 pkgsrc/time/libgcal/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/time/libgcal/Attic/distinfo 2013/07/02 11:37:34 1.1
+++ pkgsrc/time/libgcal/Attic/distinfo 2014/04/21 18:14:53 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1 2013/07/02 11:37:34 rodent Exp $ 1$NetBSD: distinfo,v 1.2 2014/04/21 18:14:53 joerg Exp $
2 2
3SHA1 (libgcal-0.9.6.tar.bz2) = d616b911a99b1846851371184dcd547dccf548de 3SHA1 (libgcal-0.9.6.tar.bz2) = d616b911a99b1846851371184dcd547dccf548de
4RMD160 (libgcal-0.9.6.tar.bz2) = 1ee61c22190d929178d9c75ced8a984536e2c1e2 4RMD160 (libgcal-0.9.6.tar.bz2) = 1ee61c22190d929178d9c75ced8a984536e2c1e2
5Size (libgcal-0.9.6.tar.bz2) = 555942 bytes 5Size (libgcal-0.9.6.tar.bz2) = 555942 bytes
 6SHA1 (patch-CMakeLists.txt) = 3a40b248d5b36d13701186af276a6c0b8712ea7f

File Added: pkgsrc/time/libgcal/patches/Attic/patch-CMakeLists.txt
$NetBSD: patch-CMakeLists.txt,v 1.1 2014/04/21 18:14:53 joerg Exp $

--- CMakeLists.txt.orig	2014-04-20 18:45:19.000000000 +0000
+++ CMakeLists.txt
@@ -94,13 +94,6 @@ include_directories(
         ${LIBXML2_INCLUDE_DIR}
 )
 
-# If we've found GCov then add the necessary profiling flags.
-if(GCOV)
-	set(CMAKE_C_FLAGS
-		"${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage"
-	)
-endif()
-
 add_subdirectory(${GCAL_SOURCE_DIR})
 
 if(ENABLE_TESTS)