head 1.2; access; symbols pkgsrc-2017Q3:1.1.0.16 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.12 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2017.09.26.10.27.21; author wiz; state dead; branches; next 1.1; commitid 9ARpkXTuh9Wg2H8A; 1.1 date 2016.02.24.10.14.11; author jperkin; state Exp; branches; next ; commitid VYXZ1jwJ5x1lC9Wy; desc @@ 1.2 log @*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html @ text @$NetBSD: patch-kcontrol_info_info__osx.cpp,v 1.1 2016/02/24 10:14:11 jperkin Exp $ Fix build against newer CoreAudio. --- kcontrol/info/info_osx.cpp.orig 2005-10-10 15:03:43.000000000 +0000 +++ kcontrol/info/info_osx.cpp @@@@ -43,7 +43,7 @@@@ #include #include -#include +#include #include #include @@@@ -117,7 +117,11 @@@@ bool GetInfo_Sound (QListView *lBox) #define kMaxStringSize 1024 OSStatus status; AudioDeviceID gOutputDeviceID; +#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__-0 >= 1050 + UInt32 propertySize; +#else unsigned long propertySize; +#endif char deviceName[kMaxStringSize]; char manufacturer[kMaxStringSize]; propertySize = sizeof(gOutputDeviceID); @ 1.1 log @Fix build against newer CoreAudio. @ text @d1 1 a1 1 $NetBSD$ @