diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-16 21:33:50 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-16 21:33:50 (GMT) |
commit | 34ccfb801d4a5a4f3c16b814ec4210144590e2fa (patch) | |
tree | 3a702d6730f94a0cafc65431c66d186b93ca6268 /src/gtk.mk | |
parent | c4d75e7e77cb98765fbf1ee5ebdac2535509f856 (diff) | |
download | mxe-34ccfb801d4a5a4f3c16b814ec4210144590e2fa.zip mxe-34ccfb801d4a5a4f3c16b814ec4210144590e2fa.tar.gz mxe-34ccfb801d4a5a4f3c16b814ec4210144590e2fa.tar.bz2 |
corrected dependency library flags for packages cairo and gtk (by Zdenek Hutyra)
Diffstat (limited to 'src/gtk.mk')
-rw-r--r-- | src/gtk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ define $(PKG)_BUILD $(SED) 's,"[^"]*must build as DLL[^"]*","(disabled warning)",' -i '$(1)/configure' $(SED) 's,enable_static=no,enable_static=yes,' -i '$(1)/configure' $(SED) 's,enable_shared=yes,enable_shared=no,' -i '$(1)/configure' - $(SED) 's,\(STATIC_LIB_DEPS="[^"]*\) \$$LIBJPEG,\1 $$LIBJASPER $$LIBJPEG,' -i '$(1)/configure' + $(SED) 's,\(STATIC_LIB_DEPS="[^"]*\) \$$LIBJASPER,\1 $$LIBJASPER $$LIBJPEG,' -i '$(1)/configure' $(SED) 's/-Wl,-luuid/-luuid/' -i '$(1)/configure' # wine confuses the cross-compiling detection, so set it explicitly $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure' |