Gentoo Archives: gentoo-commits

From: "Miroslav Sulc (fordfrog)" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/visualvm/files: netbeans-platform-version.patch
Date: Sun, 08 Jan 2012 21:02:55
Message-Id: 20120108210246.96B482004B@flycatcher.gentoo.org
1 fordfrog 12/01/08 21:02:46
2
3 Added: netbeans-platform-version.patch
4 Log:
5 dev-util/visualvm: fixed bug #397965
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-util/visualvm/files/netbeans-platform-version.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/netbeans-platform-version.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/visualvm/files/netbeans-platform-version.patch?rev=1.1&content-type=text/plain
14
15 Index: netbeans-platform-version.patch
16 ===================================================================
17 --- acinclude.m4.orig 2011-12-18 17:04:39.247567465 +0100
18 +++ acinclude.m4 2011-12-18 17:06:45.785726437 +0100
19 @@ -152,7 +152,9 @@
20 ])
21 AC_MSG_RESULT([${SYSTEM_NETBEANS_DIR}])
22 AC_SUBST(SYSTEM_NETBEANS_DIR)
23 -if test "$VVVERSION" = "1.3.3"; then
24 +if test -n "$NB_PLATFORM"; then
25 + :
26 +elif test "$VVVERSION" = "1.3.3"; then
27 NB_PLATFORM=platform13;
28 else if test "$VVVERSION" = "1.3.2"; then
29 NB_PLATFORM=platform12;