Ticket #21323: kkeyserver_mac64.patch

File kkeyserver_mac64.patch, 707 bytes (added by lfranchi@…, 15 years ago)

this patches the build to continue past the broken parts of the file. needs to be added to the portfile.

  • kdeui/util/kkeyserver_mac.cpp

     
    6868    static KeyboardLayoutRef lastLayout = NULL;
    6969   
    7070    void updateScancodes() {
     71#ifdef Q_OS_MAC32
    7172        KeyboardLayoutRef layout;
    7273        if (KLGetCurrentKeyboardLayout(&layout) != noErr) {
    7374            kWarning() << "Error retrieving current layout";
     
    9293                    }
    9394                }
    9495            }
    95         }
     96        }   
     97#else
     98#warning port me to Mac64
     99#endif
    96100    }
    97101   
    98102#define SCANCODE(name, value) { Qt::Key_ ## name, value }