Ken Moffat via blfs-book wrote:
On Sat, Jan 14, 2017 at 07:01:23PM -0000, via blfs-book wrote:
Author: dj
Date: Sat Jan 14 11:01:22 2017
New Revision: 18183
Log:
The configure script is not shipped with inkscape-0.92.
Modified:
trunk/BOOK/xsoft/other/inkscape.xml
Modified: trunk/BOOK/xsoft/other/inkscape.xml
==============================================================================
--- trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 08:36:56 2017 (r18182)
+++ trunk/BOOK/xsoft/other/inkscape.xml Sat Jan 14 11:01:22 2017 (r18183)
@@ -136,7 +136,8 @@
commands:
</para>
-<screen><userinput>IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
+<screen><userinput>./autogen.sh &&
+IMAGEMAGICK_CFLAGS=-I/usr/include/ImageMagick-6 \
IMAGEMAGICK_LIBS="-lMagickCore-6.Q16HDRI -lMagick++-6.Q16HDRI
-lMagickWand-6.Q16HDRI" \
./configure --prefix=/usr &&
0.92 should be using cmake, which is why I made the patch.
The CFLAGS and LIBS were just a temporary measure because we still
had 0.91 when I did the ImageMagick changes.
autogen + CMMI still works fine. No need to change right now. I'm not
sure if CMakeLists.txt will pick up IM6 as we have installed it.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page