* [gentoo-commits] gentoo-x86 commit in app-office/calligra/files: calligra-2.5.0-kexi-automagic.patch
@ 2012-08-30 11:20 Andreas HAttel (dilfridge)
0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2012-08-30 11:20 UTC (permalink / raw
To: gentoo-commits
dilfridge 12/08/30 11:20:04
Added: calligra-2.5.0-kexi-automagic.patch
Log:
Version bump, fixes also bug 431680
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.1 app-office/calligra/files/calligra-2.5.0-kexi-automagic.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/files/calligra-2.5.0-kexi-automagic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/files/calligra-2.5.0-kexi-automagic.patch?rev=1.1&content-type=text/plain
Index: calligra-2.5.0-kexi-automagic.patch
===================================================================
diff --git a/kexi/kexidb/drivers/CMakeLists.txt b/kexi/kexidb/drivers/CMakeLists.txt
index 917509d..64a600d 100644
--- a/kexi/kexidb/drivers/CMakeLists.txt
+++ b/kexi/kexidb/drivers/CMakeLists.txt
@@ -4,17 +4,17 @@
#add_definitions(-DKDE_DEFAULT_DEBUG_AREA=44001)
IF (MYSQL_FOUND)
- add_subdirectory( mySQL )
+ macro_optional_add_subdirectory( mySQL )
ENDIF (MYSQL_FOUND)
IF (POSTGRESQL_FOUND AND PQXX_FOUND AND PQXX_VERSION VERSION_GREATER PQXX_MIN_VERSION AND PQXX_VERSION VERSION_LESS PQXX_MAX_VERSION)
- add_subdirectory(pqxx)
+ macro_optional_add_subdirectory(pqxx)
ENDIF (POSTGRESQL_FOUND AND PQXX_FOUND AND PQXX_VERSION VERSION_GREATER PQXX_MIN_VERSION AND PQXX_VERSION VERSION_LESS PQXX_MAX_VERSION)
IF (FREETDS_FOUND)
- add_subdirectory(sybase)
+ macro_optional_add_subdirectory(sybase)
ENDIF (FREETDS_FOUND)
IF(XBASE_FOUND)
- add_subdirectory(xbase)
+ macro_optional_add_subdirectory(xbase)
ENDIF(XBASE_FOUND)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-30 11:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30 11:20 [gentoo-commits] gentoo-x86 commit in app-office/calligra/files: calligra-2.5.0-kexi-automagic.patch Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox