$OpenBSD$
--- PlaylistBroadcaster.tproj/BuildPlaylist.orig	Fri Nov 16 06:17:58 2007
+++ PlaylistBroadcaster.tproj/BuildPlaylist	Fri Jun  6 21:41:35 2008
@@ -1,3 +1,4 @@
+
 #!/bin/sh
 
 x=`uname`
@@ -54,7 +55,17 @@ case $PLAT in
 		DLLIB=
 		MACHDEFINES="-D__FreeBSD__ -fhandle-exceptions"
 		;;
-	
+		
+	OpenBSD.i386)
+		echo "Configuring for an OpenBSD platform"
+		CPLUS=gcc
+		CCOMP=gcc
+		LINKER="gcc"
+		PTHREADLIB=-pthread
+		DLLIB=
+		MACHDEFINES="-D__OpenBSD__ -fhandle-exceptions"
+		;;
+		
 #	SunOS.sun4m | \
 #	SunOS.sun4u)
 	SunOS.*)

