diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2011-03-20 20:11:38 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-24 19:23:13 -0500 |
commit | e9f2a798698b966ebe372c1a70e63b35f05f5ac6 (patch) | |
tree | afa4dc47bf57b09da8d43b720c5d347ae5abed43 /graphics | |
parent | 4da7b2be89bd11d93c05cb02bfa031f2150bb52e (diff) | |
download | slackbuilds-e9f2a798698b966ebe372c1a70e63b35f05f5ac6.tar.gz |
graphics/tuxpaint-stamps: Added patch to fix building on 13.37.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tuxpaint-stamps/Makefile.patch | 13 | ||||
-rw-r--r-- | graphics/tuxpaint-stamps/tuxpaint-stamps.SlackBuild | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/tuxpaint-stamps/Makefile.patch b/graphics/tuxpaint-stamps/Makefile.patch new file mode 100644 index 0000000000..b41eda6717 --- /dev/null +++ b/graphics/tuxpaint-stamps/Makefile.patch @@ -0,0 +1,13 @@ +--- Makefile.old 2011-02-20 21:52:03.827462749 +0100 ++++ Makefile 2011-02-20 21:52:16.847462674 +0100 +@@ -79,9 +79,7 @@ releaseclean: + @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz" + @-if [ -d build ] ; then rmdir build ; fi + +-releasedir: build/tuxpaint-stamps-$(VER_DATE) +- +-build/tuxpaint-stamps-$(VER_DATE): ++releasedir: + @echo + @echo "Creating release directory" + @echo diff --git a/graphics/tuxpaint-stamps/tuxpaint-stamps.SlackBuild b/graphics/tuxpaint-stamps/tuxpaint-stamps.SlackBuild index 826b3bc6c7..2964ce96e4 100644 --- a/graphics/tuxpaint-stamps/tuxpaint-stamps.SlackBuild +++ b/graphics/tuxpaint-stamps/tuxpaint-stamps.SlackBuild @@ -31,6 +31,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# http://sourceforge.net/tracker/index.php?func=detail&aid=3187557&group_id=66938&atid=516295 +patch -p0 < $CWD/Makefile.patch + make DATA_PREFIX=$PKG/usr/share/tuxpaint/ install-all mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |