summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-03-08 22:04:05 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-08 22:04:05 +0100
commit4923fcd0a158aea5c306365348b014b1a5d94f64 (patch)
tree73a8c41937023c3f3c34da0d9fc3dcf74b4b0e8d /app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch
parentmedia-video/shotcut: version bump to 18.03 (diff)
downloadgentoo-4923fcd0a158aea5c306365348b014b1a5d94f64.tar.gz
gentoo-4923fcd0a158aea5c306365348b014b1a5d94f64.tar.bz2
gentoo-4923fcd0a158aea5c306365348b014b1a5d94f64.zip
app-emulation/free42: Drops old versions
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch')
-rw-r--r--app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch b/app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch
deleted file mode 100644
index 6464714a001d..000000000000
--- a/app-emulation/free42/files/free42-2.0.6-fix-build-intel-lib.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nuar a/gtk/build-intel-lib.sh b/gtk/build-intel-lib.sh
---- a/gtk/build-intel-lib.sh 2017-04-01 20:02:45.000000000 +0200
-+++ b/gtk/build-intel-lib.sh 2017-04-04 13:55:43.719038089 +0200
-@@ -4,7 +4,7 @@
- cd IntelRDFPMathLib20U1
- patch -p0 <../intel-lib-linux.patch
- cd LIBRARY
--make CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0
-+make A=a CC=gcc CALL_BY_REF=1 GLOBAL_RND=1 GLOBAL_FLAGS=1 UNCHANGED_BINARY_FLAGS=0
- mv libbid.a ../../gcc111libbid.a
- cd ../..
- ( echo '#ifdef FREE42_FPTEST'; echo 'const char *readtest_lines[] = {'; tr -d '\r' < IntelRDFPMathLib20U1/TESTS/readtest.in | sed 's/^\(.*\)$/"\1",/'; echo '0 };'; echo '#endif' ) > readtest_lines.cc