wok diff portmidi/receipt @ rev 12653

freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 30 10:01:30 2012 +0200 (2012-04-30)
parents 13a3cb28b87c
children 2a5cc8208d36
line diff
     1.1 --- a/portmidi/receipt	Fri Oct 22 05:08:14 2010 +0000
     1.2 +++ b/portmidi/receipt	Mon Apr 30 10:01:30 2012 +0200
     1.3 @@ -14,9 +14,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$PACKAGE
     1.8  	cd $src
     1.9 -	patch -Np1 -i ../stuff/portmidi-217-Makefile.patch
    1.10 +	patch -Np1 -i $stuff/portmidi-217-Makefile.patch
    1.11  
    1.12  	 # Prefix Fix
    1.13  	sed -i "s_\(/usr\)/local_\1_" \
    1.14 @@ -39,7 +38,6 @@
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 -	_pkg=$WOK/$PACKAGE/$PACKAGE/_pkg
    1.19  	mkdir -p $fs/usr
    1.20  	cp -a $_pkg/usr/* $fs/usr
    1.21  }