$OpenBSD: patch-telepathy-glib_Makefile_in,v 1.1 2010/06/09 08:51:59 jasper Exp $

For some reason on mips64(el), nm does create the _gen/abi.nm file,
but returns 1. This patch lets the build continue.

--- telepathy-glib/Makefile.in.orig	Tue Jun  8 21:33:01 2010
+++ telepathy-glib/Makefile.in	Tue Jun  8 21:33:09 2010
@@ -1221,7 +1221,7 @@ check-syntax:
 @HAVE_LD_VERSION_SCRIPT_TRUE@	diff -c _gen/versioned-abi.txt _gen/abi.txt
 
 @HAVE_LD_VERSION_SCRIPT_TRUE@_gen/abi.txt: libtelepathy-glib-internal.la Makefile.am
-@HAVE_LD_VERSION_SCRIPT_TRUE@	$(NM) .libs/libtelepathy-glib-internal.a > _gen/abi.nm
+@HAVE_LD_VERSION_SCRIPT_TRUE@	$(NM) .libs/libtelepathy-glib-internal.a > _gen/abi.nm || true
 @HAVE_LD_VERSION_SCRIPT_TRUE@	grep " [DT] " < _gen/abi.nm > _gen/abi.funcs
 @HAVE_LD_VERSION_SCRIPT_TRUE@	cut -d" " -f3 < _gen/abi.funcs > _gen/abi.funcnames
 @HAVE_LD_VERSION_SCRIPT_TRUE@	grep "^tp" < _gen/abi.funcnames > _gen/abi.tpfuncnames
