1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11/kdelibs2/files/patch-kdoctools::Makefile.in
Will Andrews d3762340a3 Fix problem with meinproc coredumping on -CURRENT. Basically what the
problem is is that there are a few sloppy pieces of code in xslt.cpp.
Bump PORTREVISION to account for recent changes (I had intended to do this
much earlier, but wanted to include these patches first, and there was
a problem getting them together correctly).

Submitted by:	mi
Tested by:	dwcjr, petef
2001-08-29 01:53:47 +00:00

15 lines
413 B
Plaintext

--- kdoctools/Makefile.in Sun Aug 5 20:27:17 2001
+++ kdoctools/Makefile.in.new Tue Aug 28 20:08:34 2001
@@ -757,10 +757,7 @@
xslt_pure.o: xslt.cpp
- -rm -f xslt_pure.cpp
- $(LN_S) $(srcdir)/xslt.cpp xslt_pure.cpp
- $(CXXCOMPILE) -DSIMPLE_XSLT -c xslt_pure.cpp
- -rm -f xslt_pure.cpp
+ $(CXXCOMPILE) -DSIMPLE_XSLT -c xslt.cpp -o xslt_pure.o
messages:
$(XGETTEXT) *.cpp -o $(podir)/kdebase/kio_help.pot