openbsd-ports/textproc/libtranslate/patches/patch-config_h_in
sthen 7a7d24054f import libtranslate, a library and easy-to-use CLI tool for translating text
between languages via web-based language translation sites (google translate
and other services).  feedback/ok aja@
2011-11-14 16:38:07 +00:00

20 lines
478 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1.1.1 2011/11/14 16:38:07 sthen Exp $
upstream patch
--- config.h.in.orig Mon Nov 14 16:06:02 2011
+++ config.h.in Mon Nov 14 16:06:28 2011
@@ -24,6 +24,12 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Building with libsoup 2.2 */
+#undef HAVE_LIBSOUP22
+
+/* Building with libsoup 2.4 */
+#undef HAVE_LIBSOUP24
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H