aboutsummaryrefslogtreecommitdiff
path: root/editors/joe-devel
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-06-02 13:17:20 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-06-02 13:17:20 +0000
commit430b58134adb6f92a34dcdfa55c545f9c7f2ae8c (patch)
treef6b0d56feb19f691c53cc48f80586d826b217e2e /editors/joe-devel
parent04cfbddedef348a31463dfbdc27e01b25ca8e4bf (diff)
downloadports-430b58134adb6f92a34dcdfa55c545f9c7f2ae8c.tar.gz
ports-430b58134adb6f92a34dcdfa55c545f9c7f2ae8c.zip
Notes
Diffstat (limited to 'editors/joe-devel')
-rw-r--r--editors/joe-devel/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/joe-devel/files/patch-af b/editors/joe-devel/files/patch-af
new file mode 100644
index 000000000000..d21c8801922f
--- /dev/null
+++ b/editors/joe-devel/files/patch-af
@@ -0,0 +1,11 @@
+--- conf.c.orig Fri Jun 1 19:32:10 2001
++++ conf.c Fri Jun 1 19:33:37 2001
+@@ -204,8 +204,6 @@
+ fprintf(f,"\n");
+
+ fprintf(f,"char *getenv();\n");
+- if(sizeof(long)==8) fprintf(f,"int time();\n");
+- else fprintf(f,"long time();\n");
+ fprintf(f,"void *malloc();\n");
+ fprintf(f,"void free();\n");
+ fprintf(f,"void *calloc();\n");