diff options
author | darealshinji <djcj@gmx.de> | 2016-01-22 14:07:09 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-02-01 05:28:27 (GMT) |
commit | 759a8c34bb30f81d6914d959b0c33388753e62d6 (patch) | |
tree | 717ad1437e69de108e4f063edf502513c4b02a8d /src/liblsmash-1.patch | |
parent | 9f9c17c98887cfa6ca2d2f1f7a6a141136afe666 (diff) | |
download | mxe-759a8c34bb30f81d6914d959b0c33388753e62d6.zip mxe-759a8c34bb30f81d6914d959b0c33388753e62d6.tar.gz mxe-759a8c34bb30f81d6914d959b0c33388753e62d6.tar.bz2 |
new package: liblsmash
Diffstat (limited to 'src/liblsmash-1.patch')
-rw-r--r-- | src/liblsmash-1.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/liblsmash-1.patch b/src/liblsmash-1.patch new file mode 100644 index 0000000..ea1c92c --- /dev/null +++ b/src/liblsmash-1.patch @@ -0,0 +1,13 @@ +This file is part of MXE. +See index.html for further information. + +--- a/configure ++++ b/configure +@@ -198,6 +198,7 @@ + case "$TARGET_OS" in + *mingw*) + EXT=".exe" ++ SHARED_NAME="liblsmash-$MAJVER" + SHARED_EXT=".dll" + IMPLIB="liblsmash.dll.a" + SO_LDFLAGS="-shared -Wl,--out-implib,$IMPLIB" |