[MacPorts] #30526: kdebase3 @2.0.0 kdebase3-3.5.10-7 make failed!
MacPorts
noreply at macports.org
Mon Sep 5 06:28:31 PDT 2011
#30526: kdebase3 @2.0.0 kdebase3-3.5.10-7 make failed!
--------------------------------+-------------------------------------------
Reporter: wolfgang@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.0
Keywords: lion | Port: kdebase3
--------------------------------+-------------------------------------------
Comment(by william@…):
It's a trivial fix, here's the patch:
{{{
--- kcontrol/info/info_osx.cpp~ 2005-10-10 16:03:43.000000000 +0100
+++ kcontrol/info/info_osx.cpp 2011-09-05 14:11:00.000000000 +0100
@@ -117,7 +117,7 @@
#define kMaxStringSize 1024
OSStatus status;
AudioDeviceID gOutputDeviceID;
- unsigned long propertySize;
+ UInt32 propertySize;
char deviceName[kMaxStringSize];
char manufacturer[kMaxStringSize];
propertySize = sizeof(gOutputDeviceID);
}}}
I see that this port has no maintainer - how do I get this patch applied?
--
Ticket URL: <https://trac.macports.org/ticket/30526#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list