Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/crypto++/files: crypto++-5.6.1-sunos.patch
Date: Thu, 04 Nov 2010 18:51:38
Message-Id: 20101104185134.5920C20054@flycatcher.gentoo.org
1 jer 10/11/04 18:51:34
2
3 Added: crypto++-5.6.1-sunos.patch
4 Log:
5 Fix building on HPPA (bug #343909). Wrap long lines. Replace spaces with tabs.
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-libs/crypto++/files/crypto++-5.6.1-sunos.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/files/crypto++-5.6.1-sunos.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/crypto++/files/crypto++-5.6.1-sunos.patch?rev=1.1&content-type=text/plain
14
15 Index: crypto++-5.6.1-sunos.patch
16 ===================================================================
17 --- GNUmakefile.orig 2010-11-04 18:18:03.000000000 +0100
18 +++ GNUmakefile 2010-11-04 19:21:29.000000000 +0100
19 @@ -102,8 +102,6 @@
20 ifeq ($(UNAME),SunOS)
21 LDLIBS += -lnsl -lsocket
22 M32OR64 = -m$(shell isainfo -b)
23 -endif
24 -
25 ifneq ($(IS_SUN_CC),0) # override flags for CC Sun C++ compiler
26 CXXFLAGS = -DNDEBUG -O -g0 -native -template=no%extdef $(M32OR64)
27 LDFLAGS =
28 @@ -117,6 +115,7 @@
29 CXXFLAGS += -DCRYPTOPP_INCLUDE_VECTOR_CC
30 endif
31 endif
32 +endif
33
34 SRCS = $(wildcard *.cpp)
35 ifeq ($(SRCS),) # workaround wildcard function bug in GNU Make 3.77