* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / package / gnome1 / orbit10 / hotfix.patch
blobc2cd6986b14cf3792e9a825254b761e978c5b5a8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../orbit10/hotfix.patch
5 # Copyright (C) 2014 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ORBit-0.5.17/popt/intl/Makefile.in.vanilla 2014-08-13 19:14:10.776000071 +0000
18 +++ ORBit-0.5.17/popt/intl/Makefile.in 2014-08-13 19:14:51.032000071 +0000
19 @@ -202,12 +202,10 @@
20 # The dependency for intlh.inst is different in gettext and all other
21 # packages. Because we cannot you GNU make features we have to solve
22 # the problem while rewriting Makefile.in.
23 -@GT_YES@intlh.inst: intlh.inst.in ../config.status
24 -@GT_YES@ cd .. \
25 -@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
26 -@GT_YES@ $(SHELL) ./config.status
27 -@GT_NO@.PHONY: intlh.inst
28 -@GT_NO@intlh.inst:
29 +intlh.inst: intlh.inst.in ../config.status
30 + cd .. \
31 + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
32 + $(SHELL) ./config.status
34 # Tell versions [3.59,3.63) of GNU make not to export all variables.
35 # Otherwise a system limit (for SysV at least) may be exceeded.