Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/ted/files: ted-2.17-motif.patch
Date: Sun, 14 Sep 2008 16:41:36
Message-Id: E1KeufE-0001xF-1F@stork.gentoo.org
1 truedfx 08/09/14 16:41:32
2
3 Added: ted-2.17-motif.patch
4 Log:
5 Fix Motif detection (#154997)
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 app-editors/ted/files/ted-2.17-motif.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ted/files/ted-2.17-motif.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ted/files/ted-2.17-motif.patch?rev=1.1&content-type=text/plain
13
14 Index: ted-2.17-motif.patch
15 ===================================================================
16 --- Ted-2.17/appFrame/aclocal.m4
17 +++ Ted-2.17/appFrame/aclocal.m4
18 @@ -210,6 +210,7 @@
19 then
20 # Includes
21 for ac_dir in \
22 + /usr/include \
23 /usr/X11R6/include \
24 /usr/local/include \
25 /usr/dt/include \
26 --- Ted-2.17/Ted/aclocal.m4
27 +++ Ted-2.17/Ted/aclocal.m4
28 @@ -279,6 +279,7 @@
29 then
30 # Includes
31 for ac_dir in \
32 + /usr/include \
33 /usr/X11R6/include \
34 /usr/local/include \
35 /usr/dt/include \