wok diff surf/receipt @ rev 16060

ARM: add zile and joe text editors (nano got regex bug on ARM)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 00:54:36 2014 +0100 (2014-03-12)
parents 1ae5963f23df
children f763320a92ed
line diff
     1.1 --- a/surf/receipt	Wed Aug 14 18:02:00 2013 +0000
     1.2 +++ b/surf/receipt	Wed Mar 12 00:54:36 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Surf is a simple web browser based on WebKit/GTK+"
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://surf.suckless.org/"
    1.10  WGET_URL="http://dl.suckless.org/$PACKAGE/$TARBALL"
    1.11 @@ -18,7 +19,7 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lX11"
    1.16 +	sed -i 's/^LIBS.*/& -lX11/' config.mk
    1.17  	make && make DESTDIR=$DESTDIR install
    1.18  }
    1.19