Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/smstools/files: 3.1.15-makefile-whitespace.patch
Date: Tue, 06 May 2014 12:18:54
Message-Id: 20140506121850.40CB22004E@flycatcher.gentoo.org
1 chainsaw 14/05/06 12:18:50
2
3 Added: 3.1.15-makefile-whitespace.patch
4 Log:
5 Fixes by Mike Benson to cope with the less forgiving behaviour of GNU Make 4.0; closes bug #408676.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
8
9 Revision Changes Path
10 1.1 app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/smstools/files/3.1.15-makefile-whitespace.patch?rev=1.1&content-type=text/plain
14
15 Index: 3.1.15-makefile-whitespace.patch
16 ===================================================================
17 --- smstools3/src/Makefile.old 2014-04-25 23:28:46.324045112 +1000
18 +++ smstools3/src/Makefile 2014-04-25 23:33:26.453061496 +1000
19 @@ -43,7 +43,7 @@
20
21 ifneq (,$(findstring SOLARIS,$(CFLAGS)))
22 ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
23 -override LFLAGS += -lsocket -lnsl
24 + override LFLAGS += -lsocket -lnsl
25 endif
26 endif