summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/csync/csync-0.50.8.ebuild')
-rw-r--r--net-misc/csync/csync-0.50.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/csync/csync-0.50.8.ebuild b/net-misc/csync/csync-0.50.8.ebuild
index 5841fcb3dd46..07b272f51e6d 100644
--- a/net-misc/csync/csync-0.50.8.ebuild
+++ b/net-misc/csync/csync-0.50.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.8.ebuild,v 1.2 2012/08/28 12:38:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.8.ebuild,v 1.3 2012/08/28 13:07:46 scarabeus Exp $
EAPI=4
@@ -45,6 +45,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ "-DLOG_TO_CALLBACK=ON"
$(cmake-utils_use test UNIT_TESTING)
$(cmake-utils_use_with doc APIDOC)
$(cmake-utils_use_with log Log4C)