Files
haikuports/sys-devel/gettext/patches/gettext-0.18.1.1-dev.patch
Ingo Weinhold 80154ad209 Convert gettext recipe to an actual recipe
* The new recipe is based on the *-dev bep file.
* Remove all other patches/non-recipes.
2013-04-29 11:33:53 +02:00

12 lines
451 B
Diff

--- gettext-0.18.1.1-orig/gettext-tools/gnulib-lib/binary-io.h 2010-05-24 09:42:36.028573696 +0000
+++ gettext-0.18.1.1/gettext-tools/gnulib-lib/binary-io.h 2012-08-03 20:17:21.155189248 +0000
@@ -31,7 +31,7 @@
# define O_BINARY _O_BINARY
# define O_TEXT _O_TEXT
#endif
-#if defined __BEOS__ || defined __HAIKU__
+#if defined __BEOS__
/* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */
# undef O_BINARY
# undef O_TEXT