makefile.mk (cdf0e10c) | makefile.mk (35e762bd) |
---|---|
1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 39 unchanged lines hidden (view full) --- 48 49LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO) 50 51TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION) 52TARFILE_MD5=e61d0364a30146aaa3001296f853b2b9 53 54# libxslt-internal-symbols: #i112480#: Solaris ld requires symbols to be defined 55PATCH_FILES=libxslt-configure.patch \ | 1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# --- 39 unchanged lines hidden (view full) --- 48 49LIBXSLTVERSION=$(LIBXSLT_MAJOR).$(LIBXSLT_MINOR).$(LIBXSLT_MICRO) 50 51TARFILE_NAME=$(PRJNAME)-$(LIBXSLTVERSION) 52TARFILE_MD5=e61d0364a30146aaa3001296f853b2b9 53 54# libxslt-internal-symbols: #i112480#: Solaris ld requires symbols to be defined 55PATCH_FILES=libxslt-configure.patch \ |
56 libxslt-bsd.patch \ |
|
56 libxslt-win_manifest.patch \ 57 libxslt-mingw.patch \ 58 libxslt-internal-symbols.patch 59 60 61# This is only for UNX environment now 62.IF "$(OS)"=="WNT" 63.IF "$(COM)"=="GCC" --- 91 unchanged lines hidden --- | 57 libxslt-win_manifest.patch \ 58 libxslt-mingw.patch \ 59 libxslt-internal-symbols.patch 60 61 62# This is only for UNX environment now 63.IF "$(OS)"=="WNT" 64.IF "$(COM)"=="GCC" --- 91 unchanged lines hidden --- |