Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jffi/files: jffi-1.2.2_no-werror.patch
Date: Mon, 28 May 2012 10:06:29
Message-Id: 20120528100610.1EE4B2004C@flycatcher.gentoo.org
1 sera 12/05/28 10:06:10
2
3 Added: jffi-1.2.2_no-werror.patch
4 Log:
5 Version bump. #417889
6 New soname, new slot.
7
8 (Portage version: 2.1.10.62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 dev-java/jffi/files/jffi-1.2.2_no-werror.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/files/jffi-1.2.2_no-werror.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/files/jffi-1.2.2_no-werror.patch?rev=1.1&content-type=text/plain
15
16 Index: jffi-1.2.2_no-werror.patch
17 ===================================================================
18 diff --git a/jni/GNUmakefile b/jni/GNUmakefile
19 index efe6230..25053c7 100755
20 --- a/jni/GNUmakefile
21 +++ b/jni/GNUmakefile
22 @@ -64,7 +64,7 @@ JFLAGS = -fno-omit-frame-pointer -fno-strict-aliasing -DNDEBUG
23 OFLAGS = -O2 $(JFLAGS)
24
25 # MacOS headers aren't completely warning free, so turn them off
26 -WERROR = -Werror
27 +WERROR =
28 ifneq ($(OS),darwin)
29 WFLAGS += -Wundef $(WERROR)
30 endif