[Lunar-commits] <moonbase-other> inkscape: Adding a patch to fix a make failure. Taken from;
stumbles
stumbles at lunar-linux.org
Sat May 25 13:55:55 CEST 2013
commit 4760fc29f8c73128f0cc919ec580632e2dec0833
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 25 May 2013 04:54:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4760fc29f8c73128f0cc919ec580632e2dec0833
inkscape: Adding a patch to fix a make failure. Taken from;
from http://git.pld-linux.org/gitweb.cgi/packages/inkscape.git/commitdiff/3cd0c3f482000c2246b33462726df6b08d8da588
---
graphics/inkscape/BUILD | +6/-4
graphics/inkscape/DETAILS | +3/-0
2 files changed, 9 insertions(+), 4 deletions(-)
--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,8 +1,10 @@
+ patch_it $SOURCE2 1 &&
+
# fix build with gcc 4.8 - this is fixed in 0.48.5
-sedit "s:commands_toolbox,;:commands_toolbox;:" src/widgets/desktop-widget.h &&
+ sedit "s:commands_toolbox,;:commands_toolbox;:" src/widgets/desktop-widget.h &&
-CXXFLAGS+=" -fpermissive" &&
+ CXXFLAGS+=" -fpermissive" &&
-default_build &&
+ default_build &&
-gather_docs HACKING
+ gather_docs HACKING
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,8 +1,11 @@
MODULE=inkscape
VERSION=0.48.4
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=inkscape-build.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:5f26f6ad191d1e7c2a9fb69a438722beb172224c
+ SOURCE2_VFY=sha1:87b728808c4ed8fe2e90edf10c8a676387bbc7ea
WEB_SITE=http://www.inkscape.org
ENTERED=20031115
UPDATED=20121218
More information about the Lunar-commits
mailing list