Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
847 B
Text
22 lines
847 B
Text
--- ./configure.orig 2012-10-03 15:57:06.000000000 +0000
|
|
+++ ./configure 2014-02-12 22:43:06.000000000 +0000
|
|
@@ -14615,7 +14615,7 @@
|
|
|
|
fi
|
|
fi
|
|
- USE_NLS=yes
|
|
+ #USE_NLS=yes
|
|
|
|
|
|
gt_cv_have_gettext=no
|
|
@@ -15756,10 +15756,6 @@
|
|
as_fn_error $? "conditional \"WANT_TESTS\" was never defined.
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
fi
|
|
-if test -z "${HAVE_VALGRIND_TRUE}" && test -z "${HAVE_VALGRIND_FALSE}"; then
|
|
- as_fn_error $? "conditional \"HAVE_VALGRIND\" was never defined.
|
|
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
-fi
|
|
if test -z "${HAVE_INTROSPECTION_TRUE}" && test -z "${HAVE_INTROSPECTION_FALSE}"; then
|
|
as_fn_error $? "conditional \"HAVE_INTROSPECTION\" was never defined.
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|