xref: /trunk/ext_libraries/RepositoryFixes.mk (revision 43feee13)
13e9d7d56SAndre Fischer#**************************************************************
23e9d7d56SAndre Fischer#
33e9d7d56SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
43e9d7d56SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
53e9d7d56SAndre Fischer#  distributed with this work for additional information
63e9d7d56SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
73e9d7d56SAndre Fischer#  to you under the Apache License, Version 2.0 (the
83e9d7d56SAndre Fischer#  "License"); you may not use this file except in compliance
93e9d7d56SAndre Fischer#  with the License.  You may obtain a copy of the License at
103e9d7d56SAndre Fischer#
113e9d7d56SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
123e9d7d56SAndre Fischer#
133e9d7d56SAndre Fischer#  Unless required by applicable law or agreed to in writing,
143e9d7d56SAndre Fischer#  software distributed under the License is distributed on an
153e9d7d56SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163e9d7d56SAndre Fischer#  KIND, either express or implied.  See the License for the
173e9d7d56SAndre Fischer#  specific language governing permissions and limitations
183e9d7d56SAndre Fischer#  under the License.
193e9d7d56SAndre Fischer#
203e9d7d56SAndre Fischer#**************************************************************
213e9d7d56SAndre Fischer
223e9d7d56SAndre Fischer
233e9d7d56SAndre Fischerifeq ($(OS),WNT)
243e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst apr:iapr%,apr:libapr-1%,$(gb_Library_FILENAMES))
253e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst expat_xmltok:iexpat_xmltok%,expat_xmltok:expat_xmltok%,$(gb_Library_FILENAMES))
263e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst expat_xmlparse:iexpat_xmlparse%,expat_xmlparse:expat_xmlparse%,$(gb_Library_FILENAMES))
273e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst libeay32:ilibeay32%,libeay32:libeay32%,$(gb_Library_FILENAMES))
283e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst ssleay32:issleay32%,ssleay32:ssleay32%,$(gb_Library_FILENAMES))
293e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst zlib:izlib%,zlib:zlib%,$(gb_Library_FILENAMES))
30*43feee13SJuergen Schmidtgb_Library_FILENAMES := $(patsubst gtest:igtest%,gtest:igtest%,$(gb_Library_FILENAMES))
313e9d7d56SAndre Fischerendif
323e9d7d56SAndre Fischer
333e9d7d56SAndre Fischer#gb_Library_FILENAMES := $(patsubst apr-util:iapr-util%,apr:libapr-util-1%,$(gb_Library_FILENAMES))
343e9d7d56SAndre Fischer
353e9d7d56SAndre Fischer# vim: set noet sw=4 ts=4:
36