diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-23 11:35:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-23 11:36:03 +0100 |
commit | 36481d72e1f251df53a036b477c7e3f0881f357a (patch) | |
tree | b18ddfe1d8c9df47953f73a3a7b338c9fbf73855 /libxml2/makefile.mk | |
parent | 8542444fd5e38c60de37d21fd5248e2934d02e81 (diff) |
fix build error for the moment, apply mingw patch only for mingw case
Diffstat (limited to 'libxml2/makefile.mk')
-rw-r--r-- | libxml2/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 5c832888fcf2..8494d1651998 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -49,16 +49,17 @@ TARFILE_MD5=7740a8ec23878a2f50120e1faa2730f2 # libxml2-global-symbols: #i112480#: Solaris ld won't export non-listed symbols PATCH_FILES=libxml2-configure.patch \ - libxml2-mingw.patch \ libxml2-gnome599717.patch \ libxml2-xpath.patch \ libxml2-global-symbols.patch \ libxml2-aix.patch \ - libxml2-vc10.patch \ - libxml2-mingw.patch + libxml2-vc10.patch .IF "$(OS)" == "WNT" PATCH_FILES+= libxml2-long-path.patch +.IF "$(COM)"=="GCC" +PATCH_FILES+= libxml2-mingw.patch +.ENDIF .ENDIF # This is only for UNX environment now |