[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Tue Apr 30 20:15:07 CEST 2013
commit 43bd24fd375c2f89864bf761819dee225f493598
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 30 Apr 2013 10:08:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/43bd24fd375c2f89864bf761819dee225f493598
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
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