mxe/plugins/native/cygwin
Tony Theodore ff7c9adc26 add cygwin native plugin 2019-04-02 16:22:08 +11:00
..
README.md add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.18.1.1-autopoint-V.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.19.3-localename.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.19.3-tests-cygwin.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.19.8.1-cygwin-ftm.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.19.8.1-have_wprintf.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext-0.19.8.1-no-woe32dll.patch add cygwin native plugin 2019-04-02 16:22:08 +11:00
gettext.mk add cygwin native plugin 2019-04-02 16:22:08 +11:00

README.md

Cygwin Platform Specific Overrides

cygwinports

Patches (e.g. gettext) can be fetched with:

wget -O- -q https://github.com/cygwinports/gettext | \
grep patch | \
sed -n 's,.*href=.*/blob/master/\([^"]*.patch\).*,\1,p' | \
xargs -I % wget https://raw.githubusercontent.com/cygwinports/gettext/master/% -O gettext-%

and tidy up patch level with (requires GNU Sed for -i option):

sed -i 's,src/gettext-[0-9.]*/,src/,g' *.patch