Projects

Ticket #16: patch-PlaylistBroadcaster_tproj_BuildPlaylist

File patch-PlaylistBroadcaster_tproj_BuildPlaylist, 0.5 KB (added by jason@…, 4 years ago)
Line 
1$OpenBSD$
2--- PlaylistBroadcaster.tproj/BuildPlaylist.orig        Fri Nov 16 06:17:58 2007
3+++ PlaylistBroadcaster.tproj/BuildPlaylist     Fri Jun  6 21:41:35 2008
4@@ -1,3 +1,4 @@
5+
6 #!/bin/sh
7 
8 x=`uname`
9@@ -54,7 +55,17 @@ case $PLAT in
10                DLLIB=
11                MACHDEFINES="-D__FreeBSD__ -fhandle-exceptions"
12                ;;
13-       
14+               
15+       OpenBSD.i386)
16+               echo "Configuring for an OpenBSD platform"
17+               CPLUS=gcc
18+               CCOMP=gcc
19+               LINKER="gcc"
20+               PTHREADLIB=-pthread
21+               DLLIB=
22+               MACHDEFINES="-D__OpenBSD__ -fhandle-exceptions"
23+               ;;
24+               
25 #      SunOS.sun4m | \
26 #      SunOS.sun4u)
27        SunOS.*)