diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-02 07:49:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-07 11:44:31 +0000 |
commit | 29eea5b912889bee4c52d1b721ae352839d87a35 (patch) | |
tree | 19a4a1e726e3149f2d47d1d3cf01e78737dd65dd /testing/qt5-qtwebengine/yasm-nls.patch | |
parent | 227d766c1976eca1e2ab1dd70ce6a32d3243069a (diff) | |
download | aports-29eea5b912889bee4c52d1b721ae352839d87a35.tar.bz2 aports-29eea5b912889bee4c52d1b721ae352839d87a35.tar.xz |
testing/qt5-qtwebengine: new aport
Diffstat (limited to 'testing/qt5-qtwebengine/yasm-nls.patch')
-rw-r--r-- | testing/qt5-qtwebengine/yasm-nls.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/qt5-qtwebengine/yasm-nls.patch b/testing/qt5-qtwebengine/yasm-nls.patch new file mode 100644 index 0000000000..6b412abd90 --- /dev/null +++ b/testing/qt5-qtwebengine/yasm-nls.patch @@ -0,0 +1,13 @@ +diff --git a/src/3rdparty/chromium/third_party/yasm/source/config/linux/config.h b/src/3rdparty/chromium/third_party/yasm/source/config/linux/config.h +index 9e36539..f588083 100644 +--- a/src/3rdparty/chromium/third_party/yasm/source/config/linux/config.h ++++ b/src/3rdparty/chromium/third_party/yasm/source/config/linux/config.h +@@ -5,7 +5,7 @@ + #define CPP_PROG "gcc -E" + + /* */ +-#define ENABLE_NLS 1 ++/* #undef ENABLE_NLS 1 */ + + /* Define to 1 if you have the `abort' function. */ + #define HAVE_ABORT 1 |