$OpenBSD: patch-src_tag_cpp,v 1.1 2004/01/05 13:53:35 espie Exp $
--- src/tag.cpp.orig	2004-01-05 03:47:13.000000000 +0100
+++ src/tag.cpp	2004-01-05 03:47:26.000000000 +0100
@@ -851,12 +851,14 @@ ID3_Frame* ID3_Tag::Find(ID3_FrameID id,
   return _impl->Find(id, fld, str);
 }
 
+#if !(defined(__GNUC__) && __GNUC__ >= 3)
 /// Finds frame with given frame id, fld id, and unicode data
 ID3_Frame* ID3_Tag::Find(ID3_FrameID id, ID3_FieldID fld, const unicode_t* data) const
 {
   WString str = toWString(data, ucslen(data));
   return _impl->Find(id, fld, str);
 }
+#endif
 
 /** Returns the number of frames present in the tag object.
  **
