SPECS: QtCurve.spec - fix build on lib64 archs

tommat tommat at pld-linux.org
Sat Feb 16 22:58:51 CET 2008


Author: tommat                       Date: Sat Feb 16 21:58:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build on lib64 archs

---- Files affected:
SPECS:
   QtCurve.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/QtCurve.spec
diff -u SPECS/QtCurve.spec:1.56 SPECS/QtCurve.spec:1.57
--- SPECS/QtCurve.spec:1.56	Tue Dec 25 22:49:00 2007
+++ SPECS/QtCurve.spec	Sat Feb 16 22:58:46 2008
@@ -27,6 +27,7 @@
 # Source2-md5:	8219f58493ca4e65a8fe61ee76eca522
 Patch0:		%{name}-Gtk2-userjs.patch
 Patch1:		%{name}-Gtk2-mailto.patch
+Patch2:		%{name}-Gtk1-lib64.patch
 URL:		http://www.kde-look.org/content/show.php?content=40492
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -115,6 +116,15 @@
 cd -
 %endif
 
+%if %{with gtk}
+%if "%{_lib}" == "lib64"
+cd %{name}-Gtk1-%{gtk1_ver}
+%patch2 -p1
+cd -
+%endif
+%endif
+
+
 %build
 %if %{with kde}
 cd %{name}-KDE3-%{kde_ver}
@@ -220,6 +230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2008-02-16 21:58:46  tommat
+- fix build on lib64 archs
+
 Revision 1.56  2007-12-25 21:49:00  glen
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/QtCurve.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list