[Lunar-commits] <moonbase-other> inkscape: fix and simplify BUILD
v4hn
me at v4hn.de
Mon Apr 29 17:39:17 CEST 2013
commit b220d0c4391c01da3ed6725133973eaeb5b872b9
Author: v4hn <me at v4hn.de>
Date: Mon, 29 Apr 2013 08:38:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b220d0c4391c01da3ed6725133973eaeb5b872b9
inkscape: fix and simplify BUILD
---
graphics/inkscape/BUILD | +5/-17
1 file changed, 5 insertions(+), 17 deletions(-)
--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,20 +1,8 @@
-(
- #fix build with poppler 0.20.0
- sedit "s:getOrigName:getName:" src/extension/internal/pdfinput/svg-builder.cpp &&
- sedit "s:error(:error(errInternal,:" src/extension/internal/pdfinput/pdf-parser.cpp &&
+# fix build with gcc 4.8 - this is fixed in 0.48.5
+sedit "s:commands_toolbox,;:commands_toolbox;:" src/widgets/desktop-widget.h &&
- CXXFLAGS+=" -fpermissive" &&
+CXXFLAGS+=" -fpermissive" &&
- ./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- $OPTS &&
+default_build &&
- default_make &&
-
- gather_docs HACKING
-
-) > $C_FIFO 2>&1
+gather_docs HACKING
More information about the Lunar-commits
mailing list