diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 03:05:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 03:05:51 +0000 |
commit | d094bd696b8fc5937c868653f4ee21d614714652 (patch) | |
tree | 5b803daddc9c8cf34a2f9d3752d753f008926cb8 /lang/gpc/files/patch-as | |
parent | Incorporate some changes from NetBSD, Linux, and the Macquarie University. (diff) |
Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the
ports collection! :-)
PR: 17578
Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
No objections from: asami, obrien
Notes
Notes:
svn path=/head/; revision=28869
Diffstat (limited to 'lang/gpc/files/patch-as')
-rw-r--r-- | lang/gpc/files/patch-as | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gpc/files/patch-as b/lang/gpc/files/patch-as new file mode 100644 index 000000000000..af9884303825 --- /dev/null +++ b/lang/gpc/files/patch-as @@ -0,0 +1,11 @@ +--- p/units/regexc.c Tue Jan 5 08:53:29 1999 ++++ p/units/regexc.c.new Sun Apr 16 01:03:17 2000 +@@ -21,7 +21,7 @@ + */ + + #include <stdlib.h> +-#include <rxposix.h> ++#include <gnuregex.h> + + typedef unsigned char Boolean; + |