mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
ltris removing the patch file as it's not needed
This commit is contained in:
@@ -5,13 +5,12 @@ units with the aim of building lines without gaps which then disappear \
|
|||||||
(causing any block above the deleted line to fall down)."
|
(causing any block above the deleted line to fall down)."
|
||||||
HOMEPAGE="http://lgames.sourceforge.net/"
|
HOMEPAGE="http://lgames.sourceforge.net/"
|
||||||
SRC_URI="http://sourceforge.net/projects/lgames/files/ltris/ltris-1.0.19.tar.gz"
|
SRC_URI="http://sourceforge.net/projects/lgames/files/ltris/ltris-1.0.19.tar.gz"
|
||||||
|
CHECKSUM_SHA256="8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
COPYRIGHT="2002-2011 Michael Speck"
|
COPYRIGHT="2002-2011 Michael Speck"
|
||||||
CHECKSUM_SHA256="8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1"
|
|
||||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||||
|
|
||||||
PATCHES="ltris-1.0.19.patch"
|
|
||||||
GLOBAL_WRITABLE_FILES="var/ltris.hscr keep-old"
|
GLOBAL_WRITABLE_FILES="var/ltris.hscr keep-old"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
@@ -43,7 +42,7 @@ BUILD_PREREQUIRES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
libtoolize --force --copy --install
|
libtoolize --force --copy --install
|
||||||
runConfigure ./configure
|
LDFLAGS=-lintl runConfigure ./configure
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
--- ltris-1.0.19/src/Makefile.in.org 2014-08-20 20:58:25.546308096 +0000
|
|
||||||
+++ ltris-1.0.19/src/Makefile.in 2014-08-20 20:49:15.268697600 +0000
|
|
||||||
@@ -167,7 +167,7 @@
|
|
||||||
LIBICONV = @LIBICONV@
|
|
||||||
LIBINTL = @LIBINTL@
|
|
||||||
LIBOBJS = @LIBOBJS@
|
|
||||||
-LIBS = @LIBS@
|
|
||||||
+LIBS = @LIBS@ -lintl
|
|
||||||
LTLIBICONV = @LTLIBICONV@
|
|
||||||
LTLIBINTL = @LTLIBINTL@
|
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
|
||||||
Reference in New Issue
Block a user