Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/xorg/xorg-7.6.2-r1.smage2

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

revision 2105 by niro, Thu May 12 12:27:54 2011 UTC revision 2106 by niro, Thu May 12 13:51:23 2011 UTC
# Line 1090  src_compile() Line 1090  src_compile()
1090   export XKBCOMP="${XKBCOMP_SRCDIR}/xkbcomp"   export XKBCOMP="${XKBCOMP_SRCDIR}/xkbcomp"
1091   NUMLOCKX_CFLAGS="$(pkg-config --cflags x11 xtst xi xext)"   NUMLOCKX_CFLAGS="$(pkg-config --cflags x11 xtst xi xext)"
1092   NUMLOCKX_LDFLAGS="$(pkg-config --libs-only-L x11 xtst xi xext)"   NUMLOCKX_LDFLAGS="$(pkg-config --libs-only-L x11 xtst xi xext)"
1093     RXVT_CFLAGS="$(pkg-config --cflags xt)"
1094    
1095   # apps   # apps
1096   for i in ${XORG_APPS[*]}   for i in ${XORG_APPS[*]}
# Line 1343  EOF Line 1344  EOF
1344    
1345   # compat symlinks   # compat symlinks
1346   echo "creating compat symlinks"   echo "creating compat symlinks"
1347   mlink rvxt /usr/X11R6/bin/xterm || die   mlink rvxt-${RXVT_PVER} /usr/X11R6/bin/xterm || die
1348     mlink rxvt-${RXVT_PVER} /usr/X11R6/bin/rxvt || die
1349   fi   fi
1350   # fix site.def and xmkmf includes   # fix site.def and xmkmf includes
1351   if [[ ${PNAME} = xorg-dev ]]   if [[ ${PNAME} = xorg-dev ]]

Legend:
Removed from v.2105  
changed lines
  Added in v.2106