Magellan Linux

Diff of /smage/trunk/extras/tigervnc/tigervnc-1.0.90_svn4262-r1.smage2

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

revision 1240 by niro, Tue Feb 1 13:32:51 2011 UTC revision 1241 by niro, Tue Feb 1 13:36:38 2011 UTC
# Line 73  src_compile() Line 73  src_compile()
73   mconfigure --disable-static || die   mconfigure --disable-static || die
74   # only build neccessary things   # only build neccessary things
75   mmake -j1 -C common || die   mmake -j1 -C common || die
76   mmake -j1 -C vncpasswd || die   mmake -j1 -C unix/vncpasswd || die
77    
78   # fix build issues   # fix build issues
79   export CFLAGS="$(pkg-config --cflags libdrm)"   export CFLAGS="$(pkg-config --cflags libdrm)"
# Line 115  src_compile() Line 115  src_compile()
115  src_install()  src_install()
116  {  {
117   cd ${SRCDIR}   cd ${SRCDIR}
118   mmake -C vncpasswd DESTDIR=${BINDIR} install || die   mmake -C unix/vncpasswd DESTDIR=${BINDIR} install || die
119    
120   cd ${XORGDDIR}/hw/vnc   cd ${XORGDDIR}/hw/vnc
121   mmake DESTDIR=${BINDIR} install || die   mmake DESTDIR=${BINDIR} install || die

Legend:
Removed from v.1240  
changed lines
  Added in v.1241