From 9f375b289ccc9b6dd503bc475512294a90cd3129 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 5 Nov 2013 01:18:46 -0800 Subject: [PATCH] New CVS snapshot for TuxPaint, it gets a bit further now, failing to link, can't see the libs --- media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe index 89f40e191..282052fa9 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe +++ b/media-gfx/tuxpaint/tuxpaint-0.9.2x_cvs.recipe @@ -2,8 +2,8 @@ SUMMARY="tuxpaint - Drawing program designed for young children" DESCRIPTION="tuxpaint - Drawing program designed for young children" HOMEPAGE="http://www.tuxpaint.org/" #SRC_URI="cvs://:pserver:anonymous@tuxpaint.cvs.sourceforge.net:/cvsroot/tuxpaint/tuxpaint" -SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-10-21.zip" -CHECKSUM_MD5="7cc753e19b47aea8533343ae258ca76d" +SRC_URI="http://ports-space.haiku-files.org/source/tuxpaint-snapshot-2013-11-04.zip" +CHECKSUM_MD5="0d02cc5650429b18173f9ff1e3d89798" COPYRIGHT="2002-2010 Bill Kendrick and others" LICENSE="GNU GPL v2" REVISION="1" @@ -29,6 +29,7 @@ REQUIRES=" lib:freetype lib:gettext lib:libpng + lib:libz " BUILD_REQUIRES=" @@ -42,6 +43,7 @@ BUILD_REQUIRES=" # devel:freetype # devel:gettext devel:libpng + devel:libz " BUILD_PREREQUIRES=" @@ -50,13 +52,8 @@ BUILD_PREREQUIRES=" cmd:gcc cmd:gperf cmd:pkg_config + cmd:ld " - -PATCH() -{ - sed -i "s/B_COMMON/B_SYSTEM/" Makefile -} - BUILD() { @@ -65,7 +62,7 @@ BUILD() # then # ln -s /boot/system/lib/libstdc++.r4.so /boot/common/lib/libstdc++.so # fi - make + make $jobArgs } INSTALL() @@ -74,4 +71,3 @@ INSTALL() make install #DESTDIR=${DESTDIR} } -