[packages/ming] - fix build on x32
baggins
baggins at pld-linux.org
Sat Jan 3 21:53:29 CET 2015
commit b04ba89af1a82d4f2c6221ab2b93980e2db3f6c7
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 3 20:53:21 2015 +0000
- fix build on x32
ming.spec | 2 ++
tcl-libx32.patch | 10 ++++++++++
2 files changed, 12 insertions(+)
---
diff --git a/ming.spec b/ming.spec
index 74a9268..d7e3dd2 100644
--- a/ming.spec
+++ b/ming.spec
@@ -15,6 +15,7 @@ Source0: http://downloads.sourceforge.net/ming/%{name}-%{version}.tar.gz
Patch0: %{name}-perl-shared.patch
Patch1: am.patch
Patch2: %{name}-giflib.patch
+Patch3: tcl-libx32.patch
URL: http://ming.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -152,6 +153,7 @@ Interfejs Tcl do biblioteki Ming generującej pliki SWF.
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
%{__libtoolize}
diff --git a/tcl-libx32.patch b/tcl-libx32.patch
new file mode 100644
index 0000000..e9f5ae0
--- /dev/null
+++ b/tcl-libx32.patch
@@ -0,0 +1,10 @@
+--- ming-0.4.5/configure.in~ 2015-01-03 20:48:35.000000000 +0000
++++ ming-0.4.5/configure.in 2015-01-03 20:50:00.448389755 +0000
+@@ -159,6 +159,7 @@
+ $HOME/lib \
+ /usr/local/lib \
+ /usr/lib64 \
++/usr/libx32 \
+ /usr/lib \
+ `dirname $tclbindir`/lib"
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ming.git/commitdiff/b04ba89af1a82d4f2c6221ab2b93980e2db3f6c7
More information about the pld-cvs-commit
mailing list