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 1885 by niro, Wed Apr 27 13:07:29 2011 UTC revision 1886 by niro, Wed Apr 27 15:18:38 2011 UTC
# Line 31  PROVIDE="virtual/x11" Line 31  PROVIDE="virtual/x11"
31    
32  # xorg conf  # xorg conf
33  ALX_ONLY_KEEP_ETC="etc/X11  ALX_ONLY_KEEP_ETC="etc/X11
34     etc/env.d
35   usr/X11R6/share/X11/xorg.conf.d"   usr/X11R6/share/X11/xorg.conf.d"
36    
37  # binaries  # binaries
# Line 984  src_compile() Line 985  src_compile()
985   mconfigure \   mconfigure \
986   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
987   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
988     --libdir=/usr/X11R6/lib \
989   --disable-static \   --disable-static \
990   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
991   || die   || die
# Line 1012  src_compile() Line 1014  src_compile()
1014   mconfigure \   mconfigure \
1015   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
1016   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
1017     --libdir=/usr/X11R6/lib \
1018   --disable-static \   --disable-static \
1019   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
1020   || die "${i}"   || die "${i}"
# Line 1041  src_compile() Line 1044  src_compile()
1044   mconfigure \   mconfigure \
1045   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
1046   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
1047     --libdir=/usr/X11R6/lib \
1048   --disable-static \   --disable-static \
1049   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
1050   || die "${i}"   || die "${i}"
# Line 1065  src_compile() Line 1069  src_compile()
1069   mconfigure \   mconfigure \
1070   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
1071   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
1072     --libdir=/usr/X11R6/lib \
1073   --disable-runtime-deps \   --disable-runtime-deps \
1074   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
1075   || die "${i}"   || die "${i}"
# Line 1087  src_compile() Line 1092  src_compile()
1092   mconfigure \   mconfigure \
1093   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
1094   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
1095     --libdir=/usr/X11R6/lib \
1096   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
1097   || die "${i}"   || die "${i}"
1098   mmake || die "${i}"   mmake || die "${i}"
# Line 1124  src_compile() Line 1130  src_compile()
1130   mconfigure \   mconfigure \
1131   --prefix=/usr/X11R6 \   --prefix=/usr/X11R6 \
1132   --datadir=/usr/X11R6/share \   --datadir=/usr/X11R6/share \
1133     --libdir=/usr/X11R6/lib \
1134   --with-fontdir=/usr/share/fonts/${XORG_FONT_DIR} \   --with-fontdir=/usr/share/fonts/${XORG_FONT_DIR} \
1135   $(eval echo \${${i}_CONFIG_OPTS}) \   $(eval echo \${${i}_CONFIG_OPTS}) \
1136   || die "${i}"   || die "${i}"

Legend:
Removed from v.1885  
changed lines
  Added in v.1886