summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuilherme Lima Bernal <dev@lbguilherme.com>2014-12-22 02:55:00 (GMT)
committerGuilherme Lima Bernal <dev@lbguilherme.com>2014-12-22 02:55:00 (GMT)
commitf0efe55387363a7c1047eaf171e61cfa5781a65b (patch)
treef3d0863184a549fdc61e1ebe9587010c145336da /src
parent70046b803a409122175979fdf0d10df50f065267 (diff)
downloadmxe-f0efe55387363a7c1047eaf171e61cfa5781a65b.zip
mxe-f0efe55387363a7c1047eaf171e61cfa5781a65b.tar.gz
mxe-f0efe55387363a7c1047eaf171e61cfa5781a65b.tar.bz2
openal: fixes compilation on shared target.
The patch should only remove the "common" link, not both. Winmm is linked with this EXTRA_LIBS. Many undefined references fixed. Here is the log: http://pastebin.com/iA6Mku2g
Diffstat (limited to 'src')
-rw-r--r--src/openal-1-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch
index 135a7de..04e1ab3 100644
--- a/src/openal-1-fixes.patch
+++ b/src/openal-1-fixes.patch
@@ -49,7 +49,7 @@ index 0087edb..6887339 100644
ENDIF()
-TARGET_LINK_LIBRARIES(${LIBNAME} common ${EXTRA_LIBS})
-+#TARGET_LINK_LIBRARIES(${LIBNAME} common ${EXTRA_LIBS})
++TARGET_LINK_LIBRARIES(${LIBNAME} ${EXTRA_LIBS})
# Add an install target here
INSTALL(TARGETS ${LIBNAME}