mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
--- src/scim_chartraits.cpp.orig Tue Jan 20 13:33:31 2009
|
|
+++ src/scim_chartraits.cpp Tue Jan 20 13:34:30 2009
|
|
@@ -34,7 +34,7 @@ using namespace scim;
|
|
+ __GNUC_MINOR__ * 100 \
|
|
+ __GNUC_PATCHLEVEL__)
|
|
|
|
-#if !defined(__STDC_ISO_10646__) && GCC_VERSION >= 30200
|
|
+#if !(defined(__STDC_ISO_10646__) || defined(__OpenBSD__)) && GCC_VERSION >= 30200
|
|
|
|
namespace std
|
|
{
|