$OpenBSD: patch-configure,v 1.1 2013/01/19 07:04:01 ajacoutot Exp $

Fix relocation errors on (at least) sparc64.

--- configure.orig	Sat Jan 19 07:57:58 2013
+++ configure	Sat Jan 19 07:57:49 2013
@@ -4624,6 +4624,7 @@ else
 	bsdi4.*)	CCPIC="-fPIC" ;;
 	bsdi*)		CCPIC="" ;;
 	darwin*)	CCPIC="-fPIC" ;;
+	openbsd*)	CCPIC="-fPIC" ;;
 	# Could also use -fpic, depending on the number of symbol references
 	solaris*)	CCPIC="-fPIC" ;;
 	cygwin*)	CCPIC="" ;;
