summaryrefslogtreecommitdiff
path: root/app-emulation/uae/files/uae-0.8.26-underlinking.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-emulation/uae/files/uae-0.8.26-underlinking.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'app-emulation/uae/files/uae-0.8.26-underlinking.patch')
-rw-r--r--app-emulation/uae/files/uae-0.8.26-underlinking.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emulation/uae/files/uae-0.8.26-underlinking.patch b/app-emulation/uae/files/uae-0.8.26-underlinking.patch
new file mode 100644
index 000000000000..16bf5744826e
--- /dev/null
+++ b/app-emulation/uae/files/uae-0.8.26-underlinking.patch
@@ -0,0 +1,19 @@
+--- configure.in
++++ configure.in
+@@ -81,6 +81,16 @@
+ AC_CHECK_LIB(audio, alOpenPort, HAVE_SGIAUDIO_LIB=yes, HAVE_SGIAUDIO_LIB=no)
+ AC_CHECK_LIB(asound, snd_pcm_open, HAVE_ALSA=yes, HAVE_ALSA=no)
+
++dnl Check for libm for cos()
++AC_SEARCH_LIBS([cos], [m], [], [
++ AC_MSG_ERROR([unable to find the cos() function])
++])
++
++dnl Check for libm for floor()
++AC_SEARCH_LIBS([floor], [m], [], [
++ AC_MSG_ERROR([unable to find the floor() function])
++])
++
+ AC_PATH_XTRA
+ AC_CONFIG_HEADER(src/sysconfig.h)
+