Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/joe/files: joe-3.7-sanitise-includes.patch
Date: Fri, 10 Feb 2012 17:53:48
Message-Id: 20120210175339.976EF2004B@flycatcher.gentoo.org
1 grobian 12/02/10 17:53:39
2
3 Added: joe-3.7-sanitise-includes.patch
4 Log:
5 Fixed for Prefix, transferred Prefix keywords
6
7 (Portage version: 2.2.01.20153-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.1 app-editors/joe/files/joe-3.7-sanitise-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/joe/files/joe-3.7-sanitise-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/joe/files/joe-3.7-sanitise-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: joe-3.7-sanitise-includes.patch
16 ===================================================================
17 injecting random paths breaks random on Prefix platforms
18
19 --- configure.ac
20 +++ configure.ac
21 @@ -23,14 +23,6 @@
22 AC_PROG_INSTALL
23 AC_PROG_LN_S
24
25 -case "$host" in
26 - *-*-solaris*)
27 - CPPFLAGS="$CPPFLAGS -I/usr/local/include"
28 - LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
29 - ;;
30 - *) ;;
31 -esac
32 -
33 search_libs="$search_libs m"
34
35 # Checks for libraries.
36 --- configure
37 +++ configure
38 @@ -4071,14 +4071,6 @@
39 fi
40
41
42 -case "$host" in
43 - *-*-solaris*)
44 - CPPFLAGS="$CPPFLAGS -I/usr/local/include"
45 - LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
46 - ;;
47 - *) ;;
48 -esac
49 -
50 search_libs="$search_libs m"
51
52 # Checks for libraries.