wok diff leocad/receipt @ rev 12999

intltool: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 06 13:52:30 2012 +0200 (2012-06-06)
parents f66acd3122e3
children 6b09507225ec
line diff
     1.1 --- a/leocad/receipt	Sat Apr 28 21:40:19 2012 +0200
     1.2 +++ b/leocad/receipt	Wed Jun 06 13:52:30 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="leocad"
     1.7 -VERSION="0.75.2"
     1.8 +VERSION="0.76.2"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="A CAD program that uses toy bricks."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -20,6 +20,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11 -ldl"
    1.17  	make PREFIX="/usr" config &&
    1.18  	make && make install
    1.19  }