diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-01-26 21:26:17 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-30 11:14:43 +0000 |
commit | 4a2bc02ad19d5f9af8e445f175f398684b695954 (patch) | |
tree | c4ec3da4987667bcbe00ec3e28a56f13edde31f5 /community/wine/winhlp32-flex.patch | |
parent | dd6d5822b94b7c1a18fba3ea8247b62a2722acea (diff) | |
download | aports-4a2bc02ad19d5f9af8e445f175f398684b695954.tar.bz2 aports-4a2bc02ad19d5f9af8e445f175f398684b695954.tar.xz |
community/wine: upgrade to 2.0
fixes and improvements in apkbuild
Diffstat (limited to 'community/wine/winhlp32-flex.patch')
-rw-r--r-- | community/wine/winhlp32-flex.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/wine/winhlp32-flex.patch b/community/wine/winhlp32-flex.patch new file mode 100644 index 0000000000..daeb790c2e --- /dev/null +++ b/community/wine/winhlp32-flex.patch @@ -0,0 +1,9 @@ +--- a/programs/winhlp32/Makefile.in ++++ b/programs/winhlp32/Makefile.in +@@ -1,5 +1,5 @@ + MODULE = winhlp32.exe +-APPMODE = -mwindows ++APPMODE = -mwindows -lfl + IMPORTS = user32 gdi32 + DELAYIMPORTS = shell32 comctl32 comdlg32 + |