From b0dafa45707896f85ff3e406672f7eb120b0b755 Mon Sep 17 00:00:00 2001 From: Andreas Krennmair Date: Wed, 26 Aug 2009 09:39:02 +0200 Subject: integrated tweaks to make newsbeuter build on GNU/kFreeBSD (fixes Debian issue #543591). --- src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.cpp') diff --git a/src/utils.cpp b/src/utils.cpp index 6c85d5d1..305835e8 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -261,7 +261,7 @@ std::string utils::convert_text(const std::string& text, const std::string& toco * of all the Unix-like systems around there, only Linux/glibc seems to * come with a SuSv3-conforming iconv implementation. */ -#ifndef __linux +#if !(__linux) && !defined(__GLIBC__) const char * inbufp; #else char * inbufp; -- cgit v1.2.3