wok diff xfce-utils/receipt @ rev 9187

Fix orpheus by unsetting CFLAGS/CXXFLAGS
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 06:46:27 2011 +0100 (2011-03-09)
parents 214dd2d44a7b
children 7a33762c5359
line diff
     1.1 --- a/xfce-utils/receipt	Sun Jan 30 15:46:05 2011 +0000
     1.2 +++ b/xfce-utils/receipt	Wed Mar 09 06:46:27 2011 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev intltool"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.xfce.org"
     1.7 -WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
     1.8 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()