summaryrefslogtreecommitdiff
path: root/lang/intercal/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/intercal/files/patch-ab')
-rw-r--r--lang/intercal/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/intercal/files/patch-ab b/lang/intercal/files/patch-ab
new file mode 100644
index 000000000000..4520fc42bc19
--- /dev/null
+++ b/lang/intercal/files/patch-ab
@@ -0,0 +1,12 @@
+--- perpetrate.c.orig Fri Dec 11 11:32:40 1998
++++ perpetrate.c Fri Dec 11 11:33:10 1998
+@@ -56,7 +56,9 @@
+ extern int yyparse(void);
+
+ /* getopt declaration */
++#ifndef __FreeBSD__
+ int getopt(int, char**, char*);
++#endif
+
+ /* compilation options */
+ bool compile_only; /* just compile into C, don't run the linker */