On Saturday, 16. July 2005 11:17, Michael Nottebrock wrote: > On Friday, 15. July 2005 23:53, Mike O'Brien wrote:
> > /usr/libexec/ld-elf.so.1: /usr/local/lib/kde3/libmswordimport.so: > > Undefined symbol > > "createParser__Q26wvWare13ParserFactoryRCQ24_STLt12basic_string3ZcZQ24_ST > >Lt 11char_traits1ZcZQ24_STLt9allocator1Zc" > > I'll see if I can find a workaround. Can you try this patch for the koffice-kde3 port Makefile? -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/koffice-kde3/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- Makefile 10 Jul 2005 17:45:56 -0000 1.77
+++ Makefile 16 Jul 2005 13:18:12 -0000
@@ -2,7 +2,7 @@
# Date created: Sun May 14 2000 16:33:15
# Whom: Will Andrews <[EMAIL PROTECTED]>
#
-# $FreeBSD: ports/editors/koffice-kde3/Makefile,v 1.77 2005/07/10 17:45:56
lofi Exp $
+# $FreeBSD$
#
PORTNAME= koffice
@@ -46,9 +46,6 @@
.if ${OSVERSION} < 500035
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp
-CPPFLAGS+= -I${LOCALBASE}/include/stlport
-LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
.endif
post-patch:
@@ -56,4 +53,13 @@
${WRKSRC}/configure.files ${WRKSRC}/configure.in \
${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
+post-configure:
+.if ${OSVERSION} < 500035
+ ${REINPLACE_CMD} -e 's|\(^CPPFLAGS =.*\)|\1
-I${LOCALBASE}/include/stlport|g' \
+ -e 's|\(^LDFLAGS =.*\)|\1 -L${LOCALBASE}/lib -lstlport_gcc
${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/filters/kspread/excel/sidewinder/Makefile \
+ ${WRKSRC}/kexi/kexidb/drivers/pqxx/Makefile \
+ ${WRKSRC}/kexi/migration/pqxx/Makefile
+.endif
+
.include <bsd.port.post.mk>
pgpn9QvM5hTiM.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
