You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/polyml/files/polyml-5.6-configure.patch

12 lines
390 B

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