You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2018/08/31 17:17:44 UTC

svn commit: r1839777 - /openoffice/branches/AOO416/main/libxml2/makefile.mk

Author: jim
Date: Fri Aug 31 17:17:44 2018
New Revision: 1839777

URL: http://svn.apache.org/viewvc?rev=1839777&view=rev
Log:
Assume that GCC 4.2.x and above are OK...

Modified:
    openoffice/branches/AOO416/main/libxml2/makefile.mk

Modified: openoffice/branches/AOO416/main/libxml2/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/AOO416/main/libxml2/makefile.mk?rev=1839777&r1=1839776&r2=1839777&view=diff
==============================================================================
--- openoffice/branches/AOO416/main/libxml2/makefile.mk (original)
+++ openoffice/branches/AOO416/main/libxml2/makefile.mk Fri Aug 31 17:17:44 2018
@@ -52,7 +52,7 @@ PATCH_FILES=libxml2-configure.patch
 PATCH_FILES+= libxml2-nan-inf-fix.patch
 .ENDIF
 
-.IF "$(OS)" == "LINUX"
+.IF "$(OS)"=="LINUX" && "$(COM)"=="GCC" && "$(CCNUMVER)"<"000400020000"
 PATCH_FILES+= libxml2-centos5.patch
 .ENDIF