diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-05-23 19:26:50 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-05-23 19:27:16 +0200 |
commit | 40b7275c0c3fdb72598ee675c7cb4972198ce234 (patch) | |
tree | 15788e7b13cf94981e04ecf981961d765504100c /app-emulation/free42/files | |
parent | app-misc/linux-logo: drop old (diff) | |
download | gentoo-40b7275c0c3fdb72598ee675c7cb4972198ce234.tar.gz gentoo-40b7275c0c3fdb72598ee675c7cb4972198ce234.tar.bz2 gentoo-40b7275c0c3fdb72598ee675c7cb4972198ce234.zip |
app-emulation/free42: 2.2.1
Build binary version
Update ebuild
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-emulation/free42/files')
-rw-r--r-- | app-emulation/free42/files/free42-2.0.10-fix-makefile.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-emulation/free42/files/free42-2.0.10-fix-makefile.patch b/app-emulation/free42/files/free42-2.0.10-fix-makefile.patch index c033bbc60ceb..0fb915df2983 100644 --- a/app-emulation/free42/files/free42-2.0.10-fix-makefile.patch +++ b/app-emulation/free42/files/free42-2.0.10-fix-makefile.patch @@ -56,3 +56,12 @@ diff -Nuar a/gtk/Makefile b/gtk/Makefile $(SRCS) skin2cc.cc keymap2cc.cc skin2cc.conf: symlinks +@@ -107,7 +111,7 @@ + + symlinks: + for fn in `cd ../common; /bin/ls`; do ln -s ../common/$$fn; done +- sh ./build-intel-lib.sh ++ +sh ./build-intel-lib.sh + ln -s IntelRDFPMathLib20U1/TESTS/readtest.c + touch symlinks + |