You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configur...

14 lines
376 B

Index: hdf-4.2.13/configure.ac
===================================================================
--- hdf-4.2.13.orig/configure.ac
+++ hdf-4.2.13/configure.ac
@@ -676,7 +676,7 @@ case "$host" in
*) ;;
esac
-if test "X$BUILD_XDR" != "Xyes"; then
+if test "X$BUILD_XDR" = "Xyes"; then
AC_TRY_LINK([
#include <rpc/types.h>
#include <rpc/xdr.h>], [xdr_int],