SPECS: mplayerplug-in.spec --enable-x86_64 creates a problem which...

arekm arekm at pld-linux.org
Tue Dec 19 18:07:26 CET 2006


Author: arekm                        Date: Tue Dec 19 17:07:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
--enable-x86_64 creates a problem which is supposed to be fixed by -x86_64link.patch; don't create the problem in first place

---- Files affected:
SPECS:
   mplayerplug-in.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: SPECS/mplayerplug-in.spec
diff -u SPECS/mplayerplug-in.spec:1.65 SPECS/mplayerplug-in.spec:1.66
--- SPECS/mplayerplug-in.spec:1.65	Tue Dec 19 08:31:03 2006
+++ SPECS/mplayerplug-in.spec	Tue Dec 19 18:07:21 2006
@@ -11,7 +11,6 @@
 Patch0:		%{name}-opera.patch
 Patch1:		%{name}-build.patch
 Patch2:		%{name}-g_idle_add-fix.patch
-Patch3:		%{name}-x86_64link.patch
 URL:		http://mplayerplug-in.sourceforge.net/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -79,17 +78,15 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 
+# don't use --enable-x86_64 on x86_64, this builds 32-bit version on x86_64 host
+
 # for opera (works only with X toolkit)
 %configure \
-%if "%{_lib}" == "lib64"
-        --enable-x86_64 \
-%endif
 	--enable-x
 %{__make}
 mkdir -p opera
@@ -98,9 +95,6 @@
 
 # other (with no limited features)
 %configure \
-%if "%{_lib}" == "lib64"
-        --enable-x86_64 \
-%endif
 	--enable-gtk2
 %{__make}
 
@@ -185,6 +179,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2006/12/19 17:07:21  arekm
+--enable-x86_64 creates a problem which is supposed to be fixed by -x86_64link.patch; don't create the problem in first place
+
 Revision 1.65  2006/12/19 07:31:03  shadzik
 - add x86_64link.patch - lets see if this works
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mplayerplug-in.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list