diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 10:08:28 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 10:08:28 +0800 |
commit | 9489c2c8e7f7bbb8daf7ffb7cc62c59dd818146e (patch) | |
tree | 8420fd20612da32308c80c8c1f7ce7501b343a7c /editors/xenon/files/patch-ac | |
parent | 4bbf23434d42cc8fe44760ed6305cab1d848021b (diff) | |
download | freebsd-ports-graphics-9489c2c8e7f7bbb8daf7ffb7cc62c59dd818146e.tar.gz freebsd-ports-graphics-9489c2c8e7f7bbb8daf7ffb7cc62c59dd818146e.tar.zst freebsd-ports-graphics-9489c2c8e7f7bbb8daf7ffb7cc62c59dd818146e.zip |
A simple X-based text editor which is based on libXpm instead of
gtk+/qt/motif/etc.
PR: 14467
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Diffstat (limited to 'editors/xenon/files/patch-ac')
-rw-r--r-- | editors/xenon/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/xenon/files/patch-ac b/editors/xenon/files/patch-ac new file mode 100644 index 00000000000..3c47b03bcc4 --- /dev/null +++ b/editors/xenon/files/patch-ac @@ -0,0 +1,10 @@ +--- KrPool.C.orig Fri Oct 22 00:20:19 1999 ++++ KrPool.C Fri Oct 22 18:47:08 1999 +@@ -3,7 +3,6 @@ + #include <stdlib.h> + #include <assert.h> + #include <limits.h> +-#include <malloc.h> + #include <Kr/KrPool.h> + + const uint KrPool::BUFLEN; |