You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/plugins/native/cygwin
Tony Theodore ff7c9adc26
add cygwin native plugin
5 years ago
..
README.md add cygwin native plugin 5 years ago
gettext-0.18.1.1-autopoint-V.patch add cygwin native plugin 5 years ago
gettext-0.19.3-localename.patch add cygwin native plugin 5 years ago
gettext-0.19.3-tests-cygwin.patch add cygwin native plugin 5 years ago
gettext-0.19.8.1-cygwin-ftm.patch add cygwin native plugin 5 years ago
gettext-0.19.8.1-have_wprintf.patch add cygwin native plugin 5 years ago
gettext-0.19.8.1-no-woe32dll.patch add cygwin native plugin 5 years ago
gettext.mk add cygwin native plugin 5 years ago

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