$OpenBSD$
--- src/vcf/FoundationKit/Format.h.orig	Sat Feb  4 04:19:21 2006
+++ src/vcf/FoundationKit/Format.h	Sat Feb  4 04:44:43 2006
@@ -166,8 +166,8 @@ namespace VCF {
 		// specialization for a String value.
 		#ifndef VCF_NO_TEMPLATE_SPECIFICATION_FOR_MEMBER_TEMPLATE_SPECIALIZATION
 		template <String>
-		#elif defined(VCF_GCC) && defined(VCF_OSX)
-		//nothing needed here, GCC on OSX 10.3.x doesn't like anything here
+		#elif defined(VCF_GCC)
+		//nothing needed here, GCC doesn't like anything here
 		#else
 		template <>
 		#endif
@@ -349,7 +349,7 @@ namespace VCF {
 		return *this;
 	}
 
-#endif VCF_NO_OUT_OF_CLASS_TEMPLATE_DEFINITIONS
+#endif //VCF_NO_OUT_OF_CLASS_TEMPLATE_DEFINITIONS
 
 
 }; // namespace VCF
