# HG changeset patch # User Pascal Bellard # Date 1380302685 0 # Node ID c19e615aaeebb731dc621965209d5cff45dccd1e # Parent 8cc7f831f563e89f3a6ef98e7d4aa3d3dc11b47b xpat2: force libs diff -r 8cc7f831f563 -r c19e615aaeeb xpat2/receipt --- a/xpat2/receipt Fri Sep 27 16:57:38 2013 +0000 +++ b/xpat2/receipt Fri Sep 27 17:24:45 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Soltaire games for X." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL2" WEB_SITE="http://manpages.ubuntu.com/manpages/intrepid/man6/xpat2.html" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="http://www.ibiblio.org/pub/Linux/games/solitaires/$TARBALL" @@ -15,7 +16,6 @@ compile_rules() { cd $src - export LDFLAGS="-Wl,--copy-dt-needed-entries -lXmu" for i in xpat2.patch layout.patch ; do [ -f done.$i ] && continue patch -p1 < $stuff/$i @@ -23,7 +23,7 @@ done cd src cp $stuff/Makefile . - make && + make LDFLAGS="-lX11 -lXaw -lXmu -lXt -lXpm" && make DESTDIR=$DESTDIR install }