Index: head/audio/xmms-timidity/files/patch-xmms-timidity.cpp =================================================================== --- head/audio/xmms-timidity/files/patch-xmms-timidity.cpp (nonexistent) +++ head/audio/xmms-timidity/files/patch-xmms-timidity.cpp (revision 238103) @@ -0,0 +1,11 @@ +--- xmms-timidity.cpp.orig 2005-07-21 02:44:56.000000000 -0700 ++++ xmms-timidity.cpp 2009-07-19 22:30:38.000000000 -0700 +@@ -347,7 +347,7 @@ + + void *infoThread(void *pData) + { +- int pipeTimidity = (int)pData; ++ long pipeTimidity = (long)pData; + char cLine[256]; + signed int iBytes = 1; + while ((iBytes > 0) && (::bPlaying)) { Property changes on: head/audio/xmms-timidity/files/patch-xmms-timidity.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property