diff options
Diffstat (limited to 'sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch')
-rw-r--r-- | sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch b/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch index 21485804ab2f..0eefe58ac938 100644 --- a/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch +++ b/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch @@ -6,12 +6,12 @@ diff -U 3 -dHrN polymake-2.11.orig/Makefile polymake-2.11/Makefile *linux*|*Linux*) \ for d in linux32 linux64; do \ - ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/$$d ${InstallArch}/lib/jreality/jni/$$d; \ -+ ;; \ ++ true; \ done; \ ;; \ Darwin*|darwin*) \ - ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/macosx ${InstallArch}/lib/jreality/jni/macosx; \ -+ ;; \ ++ true; \ ;; \ esac [ -d ${InstallBin} ] || $(call _CreateDir,${InstallBin}) |