This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From: Douglas Mencken <dougmencken@gmail.com> | |
Date: Mon, 10 Sep 2018 15:20:37 -0400 | |
Subject: [PATCH] SDL2 2.0.8 patch for OS X 10.5 (unfinished) | |
--- | |
include/SDL_platform.h | 3 -- | |
include/SDL_syswm.h | 4 -- | |
src/video/cocoa/SDL_cocoaclipboard.m | 53 ++++++++++++++++++++++++++ | |
src/video/cocoa/SDL_cocoaevents.m | 70 ++++++++++++++++++++++++++++++++++- | |
src/video/cocoa/SDL_cocoakeyboard.m | 42 +++++++++++++++++++-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pcre | |
./configure --prefix=/opt/pcre-8.42 --enable-pcre16 --enable-utf --enable-pcregrep-libz | |
make | |
sudo make install | |
# ocaml |