1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fix build on 64-bit platforms

Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
This commit is contained in:
Pav Lucistnik 2009-07-20 11:29:03 +00:00
parent 044024337e
commit 315555d357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238103

View File

@ -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)) {