wok diff xorg-server-light/receipt @ rev 11244

Up: elfkickers (3.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Nov 07 08:32:39 2011 +0300 (2011-11-07)
parents 6506852423c8
children b7319995b37e
line diff
     1.1 --- a/xorg-server-light/receipt	Fri May 27 02:06:25 2011 +0200
     1.2 +++ b/xorg-server-light/receipt	Mon Nov 07 08:32:39 2011 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-server-light"
     1.7 -VERSION="1.9.4"
     1.8 +VERSION="1.9.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg core server light version (no dri, gl, and friends)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,11 +21,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	#CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer"
    1.17 +	#CXXFLAGS="$CFLAGS"
    1.18 +	# Sizes: 792.0K with -Os and 968.0K
    1.19  	cd $src
    1.20  	./configure \
    1.21  		--prefix=/usr \
    1.22  		--sysconfdir=/etc \
    1.23 -		--mandir=/usr/share/man \
    1.24  		--localstatedir=/var \
    1.25  		--with-module-dir=/usr/lib/X11/modules \
    1.26  		--with-xkb-output=/var/lib/xkb \