diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-09 09:47:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-09 09:47:35 +0100 |
commit | 7144ed373acb57ac43f635f070f5e398b78459ac (patch) | |
tree | 5a9c2e16bf990812730913ae1c8557bdb6cdd194 /app-emulation/wine/files/wine-1.6-memset-O3.patch | |
parent | 413fb45eee79c3ffba192bc0311f63cba6829a95 (diff) |
app-emulation/wine : drop monolithic package
Diffstat (limited to 'app-emulation/wine/files/wine-1.6-memset-O3.patch')
-rw-r--r-- | app-emulation/wine/files/wine-1.6-memset-O3.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-emulation/wine/files/wine-1.6-memset-O3.patch b/app-emulation/wine/files/wine-1.6-memset-O3.patch deleted file mode 100644 index 75372f86..00000000 --- a/app-emulation/wine/files/wine-1.6-memset-O3.patch +++ /dev/null @@ -1,21 +0,0 @@ -Avoid "undefined reference to `memset'" error when building with -USE=custom-cflags and -O3 in CFLAGS with gcc-4.8. - -See: - -http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888 -http://bugs.winehq.org/show_bug.cgi?id=33521 -https://bugs.gentoo.org/show_bug.cgi?id=480508 - -diff --git a/configure.ac b/configure.ac -index d8033cf..fe7cc7d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1767,6 +1767,7 @@ then - - dnl Check for some compiler flags - WINE_TRY_CFLAGS([-fno-builtin],[AC_SUBST(BUILTINFLAG,"-fno-builtin")]) -+ WINE_TRY_CFLAGS([-fno-tree-loop-distribute-patterns]) - WINE_TRY_CFLAGS([-fno-strict-aliasing]) - dnl clang needs to be told to fail on unknown options - saved_CFLAGS=$CFLAGS |