--===============33007049637644603== Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_lhD/+23LAW5NIzt"; charset="us-ascii" Content-Transfer-Encoding: 7bit --Boundary-03=_lhD/+23LAW5NIzt Content-Type: multipart/mixed; boundary="Boundary-01=_ahD/+GTZW5S4gZS" Content-Transfer-Encoding: 7bit Content-Description: signed data Content-Disposition: inline --Boundary-01=_ahD/+GTZW5S4gZS Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: body text Content-Disposition: inline Hi, I have attached a patch which IMHO is necessary for Karbon to correctly use= =20 libfontconfig during compilation. Right now configure tells me fontconfig=20 1.0.1 is not present although it is and even config.log tells me something= =20 else. This happens due to a variable mixup between FONTCONFIG_LIBS and=20 LIBFONTCONFIG_LIBS. Regards, Marco P.S.: Please CC me since I'm not on the list. --Boundary-01=_ahD/+GTZW5S4gZS Content-Type: text/x-diff; charset="us-ascii"; name="karbon-fontconfig.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="karbon-fontconfig.diff" Index: Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/koffice/karbon/Makefile.am,v retrieving revision 1.60 diff -u -3 -p -r1.60 Makefile.am =2D-- Makefile.am 31 May 2003 08:39:02 -0000 1.60 +++ Makefile.am 26 Jun 2003 10:07:38 -0000 @@ -40,7 +40,7 @@ libkarbonpart_la_LIBADD =3D $(LIB_KOFFICEU dialogs/libkarbondialogs.la \ libkarbonbase.la \ $(LIBART_LIBS) \ =2D $(FONTCONFIG_LIBS) \ + $(LIBFONTCONFIG_LIBS) \ $(LIBFREETYPE_LIBS) =20 libkarbonpart_la_METASOURCES =3D AUTO Index: configure.in.bot =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/koffice/karbon/configure.in.bot,v retrieving revision 1.3 diff -u -3 -p -r1.3 configure.in.bot =2D-- configure.in.bot 2 May 2003 17:56:39 -0000 1.3 +++ configure.in.bot 26 Jun 2003 10:07:38 -0000 @@ -6,7 +6,7 @@ if test -z "$LIBART_LIBS"; then echo "" all_tests=3Dbad else =2D if test -z "$FONTCONFIG_LIBS"; then + if test -z "$LIBFONTCONFIG_LIBS"; then echo "" echo "You're missing fontconfig 1.0.1 or newer. karbon will not have t= ext support." echo "You can download fontconfig from http://fontconfig.org/" Index: configure.in.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/koffice/karbon/configure.in.in,v retrieving revision 1.27 diff -u -3 -p -r1.27 configure.in.in =2D-- configure.in.in 23 Jun 2003 02:51:57 -0000 1.27 +++ configure.in.in 26 Jun 2003 10:07:38 -0000 @@ -114,6 +114,6 @@ if test -z "$LIBART_LIBS"; then DO_NOT_COMPILE=3D"$DO_NOT_COMPILE karbon" fi =20 =2Dif test -n "$LIBFREETYPE_LIBS" -a -n "$FONTCONFIG_LIBS"; then +if test -n "$LIBFREETYPE_LIBS" -a -n "$LIBFONTCONFIG_LIBS"; then AC_DEFINE_UNQUOTED(HAVE_KARBONTEXT, 1, [Defines if your system has the fo= ntconfig and freetype libraries]) fi --Boundary-01=_ahD/+GTZW5S4gZS-- --Boundary-03=_lhD/+23LAW5NIzt Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA+/DhlX3rotM03gSgRAh65AJ97APJfL0tlT0b2vnew0bxz5gDhSACeL7OD uB6WzkOdaaLFpLq4DjV8IXs= =V5+L -----END PGP SIGNATURE----- --Boundary-03=_lhD/+23LAW5NIzt-- --===============33007049637644603== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel --===============33007049637644603==--