[Tux4kids-commits] r860 - in tuxmath/trunk: cmake-modules doc intl
tholy-guest at alioth.debian.org
tholy-guest at alioth.debian.org
Sun Feb 1 16:02:03 UTC 2009
Author: tholy-guest
Date: 2009-02-01 16:02:02 +0000 (Sun, 01 Feb 2009)
New Revision: 860
Modified:
tuxmath/trunk/cmake-modules/ConfigureChecks.cmake
tuxmath/trunk/doc/changelog
tuxmath/trunk/intl/intl_config.h.cmake
Log:
Small changes to get CMake build working. This gets the Mac building again.
Modified: tuxmath/trunk/cmake-modules/ConfigureChecks.cmake
===================================================================
--- tuxmath/trunk/cmake-modules/ConfigureChecks.cmake 2009-01-29 18:47:55 UTC (rev 859)
+++ tuxmath/trunk/cmake-modules/ConfigureChecks.cmake 2009-02-01 16:02:02 UTC (rev 860)
@@ -3,4 +3,4 @@
check_symbol_exists(scandir dirent.h HAVE_SCANDIR)
check_include_file (error.h HAVE_ERROR_H)
-
+check_include_file (search.h HAVE_TSEARCH)
Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog 2009-01-29 18:47:55 UTC (rev 859)
+++ tuxmath/trunk/doc/changelog 2009-02-01 16:02:02 UTC (rev 860)
@@ -1,3 +1,9 @@
+2009.Feb.01 (svn.debian.org/tux4kids - revision 860)
+ Build - small changes to get the CMake build working with intl.
+ This allows the OS X build to work.
+
+ Tim Holy <holy at wustl.edu>
+
2009.Jan.23 (svn.debian.org/tux4kids - revision 851)
Version 1.7.1
Build - tuxmath.desktop and tuxmath.spec files incorporated into tarball.
Modified: tuxmath/trunk/intl/intl_config.h.cmake
===================================================================
--- tuxmath/trunk/intl/intl_config.h.cmake 2009-01-29 18:47:55 UTC (rev 859)
+++ tuxmath/trunk/intl/intl_config.h.cmake 2009-02-01 16:02:02 UTC (rev 860)
@@ -3,6 +3,7 @@
#cmakedefine HAVE_UNISTD_H 1
#cmakedefine HAVE_INTTYPES_H_WITH_UINTMAX 1
#cmakedefine HAVE_STDINT_H_WITH_UINTMAX 1
+#cmakedefine HAVE_TSEARCH 1
/* Required functions */
#cmakedefine HAVE_STPCPY 1
More information about the Tux4kids-commits
mailing list