SPECS: VirtualBox.spec - Titanium now needs gcc 3.x too

hawk hawk at pld-linux.org
Thu Nov 13 11:12:31 CET 2008


Author: hawk                         Date: Thu Nov 13 10:12:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Titanium now needs gcc 3.x too

---- Files affected:
SPECS:
   VirtualBox.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.150 SPECS/VirtualBox.spec:1.151
--- SPECS/VirtualBox.spec:1.150	Wed Nov 12 23:23:16 2008
+++ SPECS/VirtualBox.spec	Thu Nov 13 11:12:25 2008
@@ -62,6 +62,9 @@
 %if "%{pld_release}" == "th"
 BuildRequires:	compat-gcc-34
 %endif
+%if "%{pld_release}" == "ti"
+BuildRequires:	gcc3
+%endif
 %if "%{pld_release}" == "ac"
 BuildRequires:	XFree86-devel
 %else
@@ -286,6 +289,9 @@
 %if "%{pld_release}" == "th"
 	--with-gcc-compat="gcc-3.4" \
 %endif
+%if "%{pld_release}" == "ti"
+	--with-gcc-compat="gcc3" \
+%endif
 	--with-g++="%{__cxx}" \
 	--disable-hardening \
 	--disable-kmods \
@@ -516,6 +522,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2008/11/13 10:12:25  hawk
+- Titanium now needs gcc 3.x too
+
 Revision 1.150  2008/11/12 22:23:16  glen
 - kernel module pkgs description from modinfo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.150&r2=1.151&f=u



More information about the pld-cvs-commit mailing list