freebsd-ports/x11/qrash/files/patch-sys_x11.cc
Trevor Johnson 48c0986415 Kludge this so it compiles and runs on FreeBSD 5.1-BETA.
The video works but I don't know about the sound--I don't have sound
set up just now.

still to do:	patch by use of sed
2003-05-22 14:10:43 +00:00

13 lines
286 B
C++

$FreeBSD$
--- sys_x11.cc.orig Thu May 22 13:11:58 2003
+++ sys_x11.cc Thu May 22 13:14:35 2003
@@ -59,7 +59,7 @@
char cmdline[2048] = "";
-void main( int argc, char* argv[] )
+int main( int argc, char* argv[] )
{
for( int i=1; i<argc; i++ ) {
strcat( cmdline, argv[i] );