ports/net/libmaxminddb/files/patch-configure

23 lines
669 B
Text

--- configure.orig 2021-04-29 17:10:40 UTC
+++ configure
@@ -12617,20 +12617,8 @@ if test "x$ac_cv_type_unsigned___int128" = xyes; then
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
else
- as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh`
-ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Type"\" = x"yes"; then :
-$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
-
-
-$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h
-
-else
-
$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h
-
-fi
fi