SPECS: mplayerplug-in.spec - try to fix x86_64 build - rel 2

shadzik shadzik at pld-linux.org
Tue Dec 19 08:04:07 CET 2006


Author: shadzik                      Date: Tue Dec 19 07:04:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try to fix x86_64 build
- rel 2

---- Files affected:
SPECS:
   mplayerplug-in.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: SPECS/mplayerplug-in.spec
diff -u SPECS/mplayerplug-in.spec:1.62 SPECS/mplayerplug-in.spec:1.63
--- SPECS/mplayerplug-in.spec:1.62	Tue Dec 19 07:47:37 2006
+++ SPECS/mplayerplug-in.spec	Tue Dec 19 08:04:02 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Osadzony odtwarzacz wideo dla Mozilli
 Name:		mplayerplug-in
 Version:	3.35
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications/Multimedia
 Source0:	http://dl.sourceforge.net/mplayerplug-in/mplayerplug-in-%{version}.tar.gz
@@ -85,6 +85,9 @@
 
 # for opera (works only with X toolkit)
 %configure \
+%if "%{_lib}" == "lib64"
+        --enable-x86_64 \
+%endif
 	--enable-x
 %{__make}
 mkdir -p opera
@@ -93,6 +96,9 @@
 
 # other (with no limited features)
 %configure \
+%if "%{_lib}" == "lib64"
+        --enable-x86_64 \
+%endif
 	--enable-gtk2
 %{__make}
 
@@ -177,6 +183,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2006/12/19 07:04:02  shadzik
+- try to fix x86_64 build
+- rel 2
+
 Revision 1.62  2006/12/19 06:47:37  shadzik
 - add patch2
 - builds
================================================================

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



More information about the pld-cvs-commit mailing list