summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/files/polyml-5.8.2-configure.patch
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-10 19:47:11 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-10 19:47:29 +0200
commita059ab8b138f7b4cc513b9fe30defe16ab71bf2d (patch)
treee41600b39ea5ff7a1872bc263f3069fe0238eb6f /dev-lang/polyml/files/polyml-5.8.2-configure.patch
parentb88892c8d906c8bf491a8d9cf8fd7ddde1251700 (diff)
downloadgentoo-a059ab8b138f7b4cc513b9fe30defe16ab71bf2d.tar.gz
gentoo-a059ab8b138f7b4cc513b9fe30defe16ab71bf2d.tar.bz2
gentoo-a059ab8b138f7b4cc513b9fe30defe16ab71bf2d.zip
dev-lang/polyml: Version bump; fix glibc-2.34 build
Closes: https://bugs.gentoo.org/806350 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-lang/polyml/files/polyml-5.8.2-configure.patch')
-rw-r--r--dev-lang/polyml/files/polyml-5.8.2-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/polyml/files/polyml-5.8.2-configure.patch b/dev-lang/polyml/files/polyml-5.8.2-configure.patch
new file mode 100644
index 000000000000..5fd1c30dac75
--- /dev/null
+++ b/dev-lang/polyml/files/polyml-5.8.2-configure.patch
@@ -0,0 +1,12 @@
+diff -ruN polyml-5.8.2.orig/configure.ac polyml-5.8.2/configure.ac
+--- polyml-5.8.2.orig/configure.ac 2021-05-02 13:53:42.000000000 +0200
++++ polyml-5.8.2/configure.ac 2021-09-10 19:29:27.370699622 +0200
+@@ -198,7 +198,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