diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-09-08 03:54:19 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-09-08 03:54:19 +0800 |
commit | 0d8ee307c22e51eabc404c7a5b59db4f8745b199 (patch) | |
tree | e2f42c137263341900a034d0828c46c15057d375 /devel/libast/files | |
parent | 0e60421e2e74efc2dbb12bc74280f0e7b81663fb (diff) | |
download | freebsd-ports-gnome-0d8ee307c22e51eabc404c7a5b59db4f8745b199.tar.gz freebsd-ports-gnome-0d8ee307c22e51eabc404c7a5b59db4f8745b199.tar.zst freebsd-ports-gnome-0d8ee307c22e51eabc404c7a5b59db4f8745b199.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>
Diffstat (limited to 'devel/libast/files')
-rw-r--r-- | devel/libast/files/patch-libast.h | 10 |
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> |