diff options
author | 2020-09-19 18:14:44 -0700 | |
---|---|---|
committer | 2020-09-19 18:15:08 -0700 | |
commit | 35c400355461087ee69fa33e5bdd988a268219f9 (patch) | |
tree | f5401a7d6290faa69ac4dad870f245f993054654 /dev-java/openjfx/files | |
parent | dev-java/openjfx: explicitly depend on openjdk:8 for now (diff) | |
download | gentoo-35c400355461087ee69fa33e5bdd988a268219f9.tar.gz gentoo-35c400355461087ee69fa33e5bdd988a268219f9.tar.bz2 gentoo-35c400355461087ee69fa33e5bdd988a268219f9.zip |
dev-java/openjfx: drop old
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-java/openjfx/files')
-rw-r--r-- | dev-java/openjfx/files/8/0001-don-t-force-msse.patch | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/dev-java/openjfx/files/8/0001-don-t-force-msse.patch b/dev-java/openjfx/files/8/0001-don-t-force-msse.patch deleted file mode 100644 index 0a114b039c3e..000000000000 --- a/dev-java/openjfx/files/8/0001-don-t-force-msse.patch +++ /dev/null @@ -1,69 +0,0 @@ -From 6483d73551590e8036cd5ec6d317e8114b403f36 Mon Sep 17 00:00:00 2001 -From: Georgy Yakovlev <gyakovlev@gentoo.org> -Date: Sun, 26 Apr 2020 20:57:39 -0700 -Subject: [PATCH] don't force msse - ---- - .../main/native/gstreamer/projects/linux/avplugin/Makefile | 1 - - .../native/gstreamer/projects/linux/fxplugins/Makefile | 1 - - .../media/src/main/native/jfxmedia/projects/linux/Makefile | 1 - - modules/web/src/main/native/Tools/Scripts/webkitdirs.pm | 7 ------- - 4 files changed, 10 deletions(-) - -diff --git a/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile b/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile -index df9f7f21..f82f0537 100644 ---- a/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile -+++ b/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile -@@ -28,7 +28,6 @@ CFLAGS = -fPIC \ - -Wformat-security \ - -Werror=implicit-function-declaration \ - -fstack-protector \ -- -msse2 \ - -fbuiltin \ - -DHAVE_STDINT_H \ - -DLINUX \ -diff --git a/modules/media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile b/modules/media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile -index fd3847d0..3887ac6d 100644 ---- a/modules/media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile -+++ b/modules/media/src/main/native/gstreamer/projects/linux/fxplugins/Makefile -@@ -25,7 +25,6 @@ CFLAGS = -fPIC \ - -Wformat-security \ - -Werror=implicit-function-declaration \ - -fstack-protector \ -- -msse2 \ - -fbuiltin \ - -DHAVE_STDINT_H \ - -DLINUX \ -diff --git a/modules/media/src/main/native/jfxmedia/projects/linux/Makefile b/modules/media/src/main/native/jfxmedia/projects/linux/Makefile -index 3d089501..10fad68f 100644 ---- a/modules/media/src/main/native/jfxmedia/projects/linux/Makefile -+++ b/modules/media/src/main/native/jfxmedia/projects/linux/Makefile -@@ -44,7 +44,6 @@ ifdef HOST_COMPILE - -Wformat-security \ - -fstack-protector \ - -Werror=implicit-function-declaration \ -- -msse2 \ - -DGSTREAMER_LITE - - INCLUDES = $(BASE_INCLUDES) \ -diff --git a/modules/web/src/main/native/Tools/Scripts/webkitdirs.pm b/modules/web/src/main/native/Tools/Scripts/webkitdirs.pm -index ced93727..b95062ea 100644 ---- a/modules/web/src/main/native/Tools/Scripts/webkitdirs.pm -+++ b/modules/web/src/main/native/Tools/Scripts/webkitdirs.pm -@@ -2192,13 +2192,6 @@ sub generateBuildSystemFromCMakeProject - my $cmakeSourceDir = isCygwin() ? windowsSourceDir() : sourceDir(); - push @args, '"' . $cmakeSourceDir . '"'; - -- # Compiler options to keep floating point values consistent -- # between 32-bit and 64-bit architectures. -- determineArchitecture(); -- if ($architecture eq "i686" && !isCrossCompilation() && !isAnyWindows()) { -- $ENV{'CXXFLAGS'} = "-march=pentium4 -msse2 -mfpmath=sse " . ($ENV{'CXXFLAGS'} || ""); -- } -- - # We call system("cmake @args") instead of system("cmake", @args) so that @args is - # parsed for shell metacharacters. - my $wrapper = join(" ", wrapperPrefixIfNeeded()) . " "; --- -2.26.2 - |