SPECS: QtCurve.spec - try to fix amd64 build

havner havner at pld-linux.org
Wed Jul 19 11:45:31 CEST 2006


Author: havner                       Date: Wed Jul 19 09:45:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try to fix amd64 build

---- Files affected:
SPECS:
   QtCurve.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/QtCurve.spec
diff -u SPECS/QtCurve.spec:1.38 SPECS/QtCurve.spec:1.39
--- SPECS/QtCurve.spec:1.38	Wed Jul 19 11:19:52 2006
+++ SPECS/QtCurve.spec	Wed Jul 19 11:45:26 2006
@@ -23,6 +23,7 @@
 %{?with_gtk2:BuildRequires:	gtk+2-devel}
 BuildRequires:	kdelibs-devel >= 3.1
 BuildRequires:	pkgconfig
+BuildRequires:	sed > 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -90,6 +91,8 @@
 
 %prep
 %setup -q
+sed -i "s#/lib/gtk/#/%{_lib}/gtk/#g" gtk/Makefile.am
+sed -i "s#/lib/gtk-2.0/#/%{_lib}/gtk-2.0/#g" gtk2/Makefile.am
 
 %build
 cp /usr/share/automake/config.sub admin
@@ -145,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/07/19 09:45:26  havner
+- try to fix amd64 build
+
 Revision 1.38  2006/07/19 09:19:52  qboosh
 - pass --with-qt-libraries
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/QtCurve.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list