Magellan Linux

Diff of /smage/trunk/core/slim/slim-1.3.2-r2.smage2

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

revision 1391 by niro, Tue Mar 1 19:24:14 2011 UTC revision 1392 by niro, Tue Mar 1 20:47:39 2011 UTC
# Line 34  SRC_URI=( Line 34  SRC_URI=(
34   mirror://${PNAME}/${PNAME}-${PVER}-restart-xserver-if-killed.patch   mirror://${PNAME}/${PNAME}-${PVER}-restart-xserver-if-killed.patch
35   mirror://${PNAME}/${PNAME}-${PVER}-fix-keyboard-in-tty-from-which-slim-is-lauched.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-keyboard-in-tty-from-which-slim-is-lauched.patch
36   mirror://${PNAME}/${PNAME}-${PVER}-fix-SIGTERM-freeze.patch   mirror://${PNAME}/${PNAME}-${PVER}-fix-SIGTERM-freeze.patch
37     mirror://${PNAME}/${PNAME}-${PVER}-libpng15.patch
38  )  )
39    
40  UP2DATE="updatecmd_berlios ${PNAME}"  UP2DATE="updatecmd_berlios ${PNAME}"
# Line 52  src_prepare() Line 53  src_prepare()
53   # fix a sigterm segfault   # fix a sigterm segfault
54   mpatch ${PNAME}-${PVER}-fix-SIGTERM-freeze.patch || die   mpatch ${PNAME}-${PVER}-fix-SIGTERM-freeze.patch || die
55    
56     # fix build against libpng-1.5.x
57     mpatch ${PNAME}-${PVER}-libpng15.patch || die
58    
59   # fix cflags and ldflags   # fix cflags and ldflags
60   sed -i \   sed -i \
61   -e "s:^\(CFLAGS=\).*:\1-I. $(pkg-config --cflags freetype2 libpng x11):" \   -e "s:^\(CFLAGS=\).*:\1-I. $(pkg-config --cflags freetype2 libpng x11):" \

Legend:
Removed from v.1391  
changed lines
  Added in v.1392