$OpenBSD$

do not link against gnustep-gui in case its installed

--- configure.orig	Thu Aug 19 17:13:13 2010
+++ configure	Sat Sep 18 16:28:34 2010
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 #
 # Note: When adding make options to this script, ensure that the source still
@@ -318,6 +318,7 @@ genConfigMake() {
   cfgwrite "# Note: you can override any option as a 'make' parameter, eg:"
   cfgwrite "#         make debug=yes"
   cfgwrite ""
+  cfgwrite "NEEDS_GUI=no"
   
   #cfgwrite "# print on the cmdline that this file is being used"
   #cfgwrite "all :: "
