Changes between Version 11 and Version 12 of Xorg7Libraries


Ignore:
Timestamp:
06/19/2008 11:39:23 PM (15 years ago)
Author:
DJ Lucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xorg7Libraries

    v11 v12  
    2020  case "$packagedir" in
    2121  libX11-1.1.2 )
    22     patch -Np1 -i ../libX11-1.1.2-badargs-1.patch &&
     22    # Uncomment if you did not build libxcb
     23    CONFIGPARAMS="--without-xcb"
     24    patch -Np1 -i ../../libX11-1.1.2-badargs-1.patch &&
    2325    sed -i 's/_XGet/XGet/' modules/im/ximcp/imDefLkup.c
    2426    ;;
    2527  libXfont-1.2.8 )
    26     patch -Np1 -i ../libXfont-1.2.8-pcf_parser-1.patch &&
     28    patch -Np1 -i ../../libXfont-1.2.8-pcf_parser-1.patch &&
    2729    sed -i 's/(ft_isdigit/(isdigit/' src/FreeType/fttools.c
    2830    ;;
    2931  esac &&
    30   ./configure $XORG_CONFIG
     32  ./configure $XORG_CONFIG $CONFIGPARAMS
    3133  make
    3234  make install
     35  unset CONFIGPARAMS
    3336  ldconfig
    3437  cd ..