ports/textproc/libtranslate/patches/patch-config_h_in

18 lines
407 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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