diff options
author | roam <roam@FreeBSD.org> | 2005-02-16 07:17:45 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-02-16 07:17:45 +0800 |
commit | 355d4ab26e58d76590cf8a09cdbff2db72ba06f9 (patch) | |
tree | c0b49b5d5f697e697eaa49bb63dbd816797a223d /textproc/cbedic/files/patch-src::cbedic.cpp | |
parent | 41c56f5d6cb3736e1a9ef3a00efc2bd2ed9ffb99 (diff) | |
download | freebsd-ports-gnome-355d4ab26e58d76590cf8a09cdbff2db72ba06f9.tar.gz freebsd-ports-gnome-355d4ab26e58d76590cf8a09cdbff2db72ba06f9.tar.zst freebsd-ports-gnome-355d4ab26e58d76590cf8a09cdbff2db72ba06f9.zip |
Snatch kbedic from the jaws of Death in the nick of time... Okay, okay -
the truth is, this is a *long* overdue update to kbedic to use the QT 3
libraries instead of the dead-and-gone QT 2 ones. This does indeed result
in some duplication of installed dictionaries, since kbedic no longer uses
textproc/bedic-data, but I'll take care of this later.
Break cbedic out into a full-blown port - it's a different version from
kbedic now. While I'm here, take maintainership of both ports.
Submitted by: arved (a long, long time ago)
Diffstat (limited to 'textproc/cbedic/files/patch-src::cbedic.cpp')
-rw-r--r-- | textproc/cbedic/files/patch-src::cbedic.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/cbedic/files/patch-src::cbedic.cpp b/textproc/cbedic/files/patch-src::cbedic.cpp new file mode 100644 index 000000000000..1d7fcab02e72 --- /dev/null +++ b/textproc/cbedic/files/patch-src::cbedic.cpp @@ -0,0 +1,16 @@ +--- src/cbedic.cpp.old Fri Dec 12 04:51:13 2003 ++++ src/cbedic.cpp Fri Dec 12 04:51:35 2003 +@@ -24,10 +24,12 @@ + **********************************************************************/ + + +-#include <iostream.h> ++#include <iostream> + #include <stdlib.h> + #include <unistd.h> + #include <string.h> ++ ++using namespace std; + + #include "defaults.h" + #include "translator.h" |