Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif/files: openmotif-2.3.2-sanitise-paths.patch
Date: Sat, 06 Feb 2010 15:47:57
Message-Id: E1Ndmt0-0007C7-QP@stork.gentoo.org
1 ulm 10/02/06 15:47:54
2
3 Added: openmotif-2.3.2-sanitise-paths.patch
4 Log:
5 Prepare for prefix support. Change EAPI to 3.
6 Move PDF documentation into separate package. Remove old.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.2-sanitise-paths.patch?rev=1.1&content-type=text/plain
14
15 Index: openmotif-2.3.2-sanitise-paths.patch
16 ===================================================================
17 * don't do automagic guessing of paths
18
19 --- configure.ac
20 +++ configure.ac
21 @@ -183,21 +183,8 @@
22
23 case "$host_os" in
24 freebsd*) CFLAGS="$CFLAGS -DCSRG_BASED -DXNO_MTSAFE_API -DXNO_MTSAFE_PWDAPI";
25 - LDFLAGS="$LDFLAGS -L/usr/local/lib";;
26 + ;;
27 cygwin*) CFLAGS="$CFLAGS -DXNO_MTSAFE_DIRENTDAPI";;
28 - solaris* | sunos*) X_LIBS="$X_LIBS -L/usr/X/lib" &&
29 - if test x$enable_motif22_compatibility = x
30 - then
31 - enable_motif22_compatibility="no"
32 - fi;
33 - if test x$enable_utf8 = x
34 - then
35 - enable_utf8="no"
36 - fi;
37 - if test x$enable_xft = x
38 - then
39 - enable_xft="no"
40 - fi;;
41 esac
42
43 if test x$enable_motif22_compatibility = x