Browse Source

fix for gcc46

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5380 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
3feb6963f8
1 changed files with 6 additions and 1 deletions
  1. 6 1
      q/qt/qt-vl.spec

+ 6 - 1
q/qt/qt-vl.spec

@@ -1,6 +1,6 @@
 %define type x11
 %define qtdir %{_libdir}/qt-%{version}
-%define rel 14
+%define rel 15
 %define buildstatic 1
 %define buildnonthread 0
 %define styleplugins 0
@@ -50,6 +50,7 @@ Patch505: qt-x11-free-3.3.6-qt-x11-immodule-unified-qt3.3.5-20060318-resetinputc
 
 # Patches 800-899 are for VineLinux
 Patch800: qt-x11-free-3.3.8-gcc43.patch
+Patch801: qt-x11-free-3.3.8-gcc46.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{qtdir}
@@ -263,6 +264,7 @@ toolkit.
 %endif
 
 %patch800 -p1 -b .gcc43
+%patch801 -p1 -b .gcc46
 
 %build
 find . -type d -name CVS | xargs rm -rf
@@ -749,6 +751,9 @@ fi
 %endif
 
 %changelog
+* Mon Jan 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.8-15
+- add Patch801 (qt-x11-free-3.3.8-gcc46.patch)
+
 * Sat Aug 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3.8-14
 - rebuilt with MySQL-5.5.15