aboutsummaryrefslogtreecommitdiff
path: root/devel/libast/files
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-09-07 19:54:19 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-09-07 19:54:19 +0000
commit8d8939752a41658e5c1f48e3c36e7d0489a64653 (patch)
tree8a2380f86595071537b89359b4cc15ae428a4a23 /devel/libast/files
parentdd4cf80985260e31e095fbfd8886b86345dddb59 (diff)
downloadports-8d8939752a41658e5c1f48e3c36e7d0489a64653.tar.gz
ports-8d8939752a41658e5c1f48e3c36e7d0489a64653.zip
Add devel/libast, "A library of assorted spiffy things, previously known as
libmej, the Eterm helper library". This port is required by the Eterm 0.9.1 upgrade. Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes: svn path=/head/; revision=47508
Diffstat (limited to 'devel/libast/files')
-rw-r--r--devel/libast/files/patch-libast.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libast/files/patch-libast.h b/devel/libast/files/patch-libast.h
new file mode 100644
index 000000000000..6a719d58dd15
--- /dev/null
+++ b/devel/libast/files/patch-libast.h
@@ -0,0 +1,10 @@
+--- libast.h.orig Sat Jun 16 02:30:28 2001
++++ libast.h Fri Sep 7 01:01:50 2001
+@@ -40,6 +40,7 @@
+ # endif
+ #endif
+
++#include <limits.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <time.h>