Ticket #55: DSS-6.0.3-x86_64.patch
| File DSS-6.0.3-x86_64.patch, 2.8 KB (added by bero@…, 3 years ago) |
|---|
-
DarwinStreamingSrvr6.0.3-Source/Buildit
old new 86 86 ;; 87 87 88 88 Linux.i586 | \ 89 Linux.i686) 89 Linux.i686 | \ 90 Linux.x86_64) 90 91 echo "Configuring for the "$OSNAME" "$HARDWARENAME" platform" 91 92 CPLUS=gcc 92 93 CCOMP=gcc … … 95 96 96 97 COMPILER_FLAGS="-D_REENTRANT -D__USE_POSIX -D__linux__ -pipe" 97 98 INCLUDE_FLAG="-include" 99 100 if [ "$HARDWARENAME" = "x86_64" ]; then 101 COMPILER_FLAGS="$COMPILER_FLAGS -fPIC" 102 fi 98 103 99 104 CORE_LINK_LIBS="-lpthread -ldl -lstdc++ -lm -lcrypt" 100 105 -
DarwinStreamingSrvr6.0.3-Source/MP3Broadcaster/BroadcasterMain.cpp
old new 216 216 217 217 struct sigaction act; 218 218 219 #if defined(sun) || defined(i386) || defined(__ MacOSX__) || defined(__sgi__) || defined(__osf__) || defined(__hpux__) || defined(__linuxppc__)219 #if defined(sun) || defined(i386) || defined(__x86_64__) || defined(__MacOSX__) || defined(__sgi__) || defined(__osf__) || defined(__hpux__) || defined(__linuxppc__) 220 220 sigemptyset(&act.sa_mask); 221 221 act.sa_flags = 0; 222 222 act.sa_handler = (void(*)(int))&SignalEventHandler; -
DarwinStreamingSrvr6.0.3-Source/PlaylistBroadcaster.tproj/PlaylistBroadcaster.cpp
old new 2082 2082 2083 2083 struct sigaction act; 2084 2084 2085 #if defined(sun) || defined(i386) || defined(__ MacOSX__) || defined(__powerpc__) || defined (__sgi_cc__) || defined(__osf__) || defined(__hpux__)2085 #if defined(sun) || defined(i386) || defined(__x86_64__) || defined(__MacOSX__) || defined(__powerpc__) || defined (__sgi_cc__) || defined(__osf__) || defined(__hpux__) 2086 2086 sigemptyset(&act.sa_mask); 2087 2087 act.sa_flags = 0; 2088 2088 act.sa_handler = (void(*)(int))&SignalEventHandler; -
DarwinStreamingSrvr6.0.3-Source/Server.tproj/main.cpp
old new 216 216 //(void) ::signal(SIGPIPE, SIG_IGN); 217 217 struct sigaction act; 218 218 219 #if defined(sun) || defined(i386) || defined (__MacOSX__) || defined(__powerpc__) || defined (__osf__) || defined (__sgi_cc__) || defined (__hpux__)219 #if defined(sun) || defined(i386) || defined(__x86_64__) || defined (__MacOSX__) || defined(__powerpc__) || defined (__osf__) || defined (__sgi_cc__) || defined (__hpux__) 220 220 sigemptyset(&act.sa_mask); 221 221 act.sa_flags = 0; 222 222 act.sa_handler = (void(*)(int))&sigcatcher;

