wok diff galculator/receipt @ rev 14413

wxWidgets: force enable graphics_ctx & unicode
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 19:05:41 2013 +0200 (2013-04-23)
parents 985d65083db8
children 380ffe05937a
line diff
     1.1 --- a/galculator/receipt	Fri Dec 21 04:34:21 2012 +0000
     1.2 +++ b/galculator/receipt	Tue Apr 23 19:05:41 2013 +0200
     1.3 @@ -15,8 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	patch -p1 < $stuff/galculator-2.0.1-gtk2.patch
     1.9 +	patch < $stuff/galculator-2.0.1-gtk2.patch
    1.10  
    1.11  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.12  	export LDFLAGS="-Wl,--copy-dt-needed-entries"