aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml/files/patch-aa')
-rw-r--r--lang/ocaml/files/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ocaml/files/patch-aa b/lang/ocaml/files/patch-aa
deleted file mode 100644
index a1b5761dcba1..000000000000
--- a/lang/ocaml/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Tue Dec 5 14:14:47 2000
-+++ configure Tue Dec 5 14:19:49 2000
-@@ -744,6 +744,10 @@
- nativecccompopts="$nativecccompopts -D_REENTRANT"
- case "$host" in
- *-*-solaris*) pthread_link="-cclib -lpthread -cclib -lposix4";;
-+ *-*-freebsd*) pthread_link="-cclib -pthread"
-+ bytecccompopts="$bytecccompopts -pthread"
-+ nativecccompopts="$nativecccompopts -pthread"
-+ ;;
- *) pthread_link="-cclib -lpthread";;
- esac
- echo "Options for linking with POSIX threads: $pthread_link"