[Scribus] Bugfix KDE expectation in configure - Incoming patch
Michael Schloh von Bennewitz
michael.schloh
Wed Aug 20 13:37:43 CEST 2003
Scribus strangely expects that KDE is used when building on Solaris, and
halts with an error should the GCC installation be noncompatible with KDE
(no GCC ./configure --enable-shared). This is probably wrong, and the
following patch fixes this. Apply the patch with
'patch -p1 <nameofpatchfile'
Regards,
Michael
diff -Naur scribus-1.0.1.orig/configure scribus-1.0.1/configure
--- scribus-1.0.1.orig/configure Thu Aug 7 11:29:39 2003
+++ scribus-1.0.1/configure Wed Aug 20 13:36:51 2003
@@ -6975,7 +6975,7 @@
*-*-solaris*)
if test "$GXX" = yes; then
libstdcpp=`$CXX -print-file-name=libstdc++.so`
- if test ! -f $libstdcpp; then
+ if test; then
{ { echo "$as_me:$LINENO: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&5
echo "$as_me: error: You've compiled gcc without --enable-shared. This doesn't work with KDE. Please recompile gcc with --enable-shared to receive a libstdc++.so" >&2;}
{ (exit 1); exit 1; }; }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 467 bytes
Desc: not available
Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20030820/4a7a0b2f/attachment.pgp
More information about the scribus
mailing list