Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake/files: polymake-2.11-drop-jreality.patch
Date: Mon, 26 Dec 2011 08:33:00
Message-Id: 20111226083249.939942004C@flycatcher.gentoo.org
1 tomka 11/12/26 08:32:49
2
3 Modified: polymake-2.11-drop-jreality.patch
4 Log:
5 Fix drop-jreality-patch and libexecdir, thanks Benjamin Lorenz
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch?r1=1.1&r2=1.2
15
16 Index: polymake-2.11-drop-jreality.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/files/polymake-2.11-drop-jreality.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polymake-2.11-drop-jreality.patch 25 Dec 2011 15:21:49 -0000 1.1
23 +++ polymake-2.11-drop-jreality.patch 26 Dec 2011 08:32:49 -0000 1.2
24 @@ -6,12 +6,12 @@
25 *linux*|*Linux*) \
26 for d in linux32 linux64; do \
27 - ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/$$d ${InstallArch}/lib/jreality/jni/$$d; \
28 -+ ;; \
29 ++ true; \
30 done; \
31 ;; \
32 Darwin*|darwin*) \
33 - ${PERL} ${INSTALL_PL} -m ${DirMask} -U external/jreality/jni/macosx ${InstallArch}/lib/jreality/jni/macosx; \
34 -+ ;; \
35 ++ true; \
36 ;; \
37 esac
38 [ -d ${InstallBin} ] || $(call _CreateDir,${InstallBin})