diff options
Diffstat (limited to 'databases/pgadmin3/patches/patch-ab')
-rw-r--r-- | databases/pgadmin3/patches/patch-ab | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/pgadmin3/patches/patch-ab b/databases/pgadmin3/patches/patch-ab deleted file mode 100644 index 091ac3c124a..00000000000 --- a/databases/pgadmin3/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2006/04/06 13:30:47 adam Exp $ - ---- src/utils/utffile.cpp.orig 2005-02-24 11:20:01.000000000 +0100 -+++ src/utils/utffile.cpp -@@ -16,9 +16,11 @@ wxMBConvUTF16LE wxConvUTF16LE; - extern wxMBConvUTF32BE wxConvUTF32BE; - extern wxMBConvUTF32LE wxConvUTF32LE; - -+#if 0 - #if !wxUSE_UNICODE - #error utffile.cpp is implemented for unicode only. - #endif -+#endif - - - // these are the magic characters identifying an Unicode file |