cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / graphic / imagemagick / multilib-fix.patch
blobe37b5837b49d77a25b3398737ef3f2c13a0741a1
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../imagemagick/multilib-fix.patch
5 # Copyright (C) 2008 The OpenSDE Project
6 # Copyright (C) 2006 The T2 SDE Project
8 # More information can be found in the files COPYING and README.
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- SDE-COPYRIGHT-NOTE-END ---
19 On 64bit multilib-systems this had caused linking to 32bit libs.
20 -- jsaw
21 re-diffed for 6.2.8 and then for 6.3 version - Aldas (Baldzius)
23 diff -Nur ImageMagick-6.3.8-orig/configure.ac ImageMagick-6.3.8/configure.ac
24 --- ImageMagick-6.3.8-orig/configure.ac 2008-02-18 11:50:29.000000000 +0100
25 +++ ImageMagick-6.3.8/configure.ac 2008-02-18 11:52:24.000000000 +0100
26 @@ -2170,7 +2170,7 @@
27 CPPFLAGS="$CPPFLAGS -I${xml2_prefix}/include/libxml2"
29 if test "${xml2_prefix}" != '/usr'; then
30 - LDFLAGS="$LDFLAGS -L${xml2_prefix}/lib"
31 + LDFLAGS="$LDFLAGS"
34 failed=0;