freebsd-ports/lang/gpc/files/patch-as
Will Andrews d094bd696b 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
2000-05-29 03:05:51 +00:00

12 lines
222 B
Plaintext

--- 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;