summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/files/polyml-5.6-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/polyml/files/polyml-5.6-configure.patch')
-rw-r--r--dev-lang/polyml/files/polyml-5.6-configure.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/polyml/files/polyml-5.6-configure.patch b/dev-lang/polyml/files/polyml-5.6-configure.patch
deleted file mode 100644
index ba3b6bbbd5ac..000000000000
--- a/dev-lang/polyml/files/polyml-5.6-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac 2019-04-05 10:27:19.026197625 +0200
-+++ b/configure.ac 2019-04-05 10:28:10.187291374 +0200
-@@ -133,7 +133,7 @@
- # Solaris needs -lsocket, -lnsl and -lrt
- AC_SEARCH_LIBS([gethostbyname], [nsl])
- AC_SEARCH_LIBS([getsockopt], [socket])
--AC_SEARCH_LIBS([sem_wait], [rt])
-+AC_SEARCH_LIBS([sem_wait], [rt] [pthread])
-
- # Check for X and Motif headers and libraries
- AC_PATH_X