Magellan Linux

Diff of /trunk/extras/qt4/qt4-4.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12153 by niro, Wed May 9 08:07:50 2012 UTC revision 12154 by niro, Wed May 9 08:17:30 2012 UTC
# Line 116  SRC_URI=( Line 116  SRC_URI=(
116   mirror://${PNAME}/qt-${PVER}-fix-buffer-overflow.patch   mirror://${PNAME}/qt-${PVER}-fix-buffer-overflow.patch
117   mirror://${PNAME}/qt-${PVER}-fix-cursortox-crash.patch   mirror://${PNAME}/qt-${PVER}-fix-cursortox-crash.patch
118   mirror://${PNAME}/qt-${PVER}-improve-cups-support.patch   mirror://${PNAME}/qt-${PVER}-improve-cups-support.patch
119     mirror://${PNAME}/qt-${PVER}-webkit-no-werror.patch
120  )  )
121    
122  # add phonon patches  # add phonon patches
# Line 318  src_prepare() Line 319  src_prepare()
319   # improve cups support   # improve cups support
320   mpatch qt-${PVER}-improve-cups-support.patch || die   mpatch qt-${PVER}-improve-cups-support.patch || die
321    
322     # webkit - disable -Werror to fix a ftbfs
323     mpatch qt-${PVER}-webkit-no-werror.patch || die
324    
325   if [[ ${QT4_PHONON} = yes ]]   if [[ ${QT4_PHONON} = yes ]]
326   then   then
327   # install service files needed by kde   # install service files needed by kde

Legend:
Removed from v.12153  
changed lines
  Added in v.12154