Subject: CVS commit: pkgsrc/math/cgal
From: Manuel Bouyer
Date: 2015-12-16 12:29:47
Message id: 20151216112947.C8E70FB84@cvs.NetBSD.org

Log Message:
Fix build error like:
-- Library config detected: Qt3/CMakeLists.txt
CMake Error at src/CMakeLists.txt:33 (add_subdirectory):
  add_subdirectory given source
  "/usr/tmp/math/cgal/work/CGAL-3.9/src/CGALQt3/CMakeLists.txt" which \ 
is not
  an existing directory.
Call Stack (most recent call first):
  src/CMakeLists.txt:80 (configure_component)

I guess the behavior of string(REPLACE ...) changed with the newer version
of cmake ...

Files:
RevisionActionfile
1.5modifypkgsrc/math/cgal/distinfo
1.1addpkgsrc/math/cgal/patches/patch-src-CMakeLists.txt