Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/enca/files: enca-remove-dirty-path-hack.patch
Date: Sun, 01 Jul 2012 13:16:08
Message-Id: 20120701131558.114FE2004B@flycatcher.gentoo.org
1 blueness 12/07/01 13:15:58
2
3 Added: enca-remove-dirty-path-hack.patch
4 Log:
5 Make enca multilib aware, keyword ~mips, bug #424171
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-i18n/enca/files/enca-remove-dirty-path-hack.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/files/enca-remove-dirty-path-hack.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/enca/files/enca-remove-dirty-path-hack.patch?rev=1.1&content-type=text/plain
14
15 Index: enca-remove-dirty-path-hack.patch
16 ===================================================================
17 diff -Naur enca-1.13.orig//configure.ac enca-1.13/configure.ac
18 --- enca-1.13.orig//configure.ac 2010-02-09 05:23:03.000000000 -0500
19 +++ enca-1.13/configure.ac 2012-06-29 18:04:51.000000000 -0400
20 @@ -97,15 +97,6 @@
21 dnl Check for good random number sources
22 AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
23
24 -dnl Dirty path hack. Helps some people with badly set up search paths.
25 -if test "$prefix" = "NONE"; then
26 - LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
27 - CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
28 -else
29 - LDFLAGS="$LDFLAGS -L$prefix/lib"
30 - CPPFLAGS="$CPPFLAGS -I$prefix/include"
31 -fi
32 -
33 dnl Checks for libraries.
34 ye_CHECK_LIBM