You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
541 B
15 lines
541 B
11 years ago
|
--- fish-2.1.0/configure.orig 2013-12-13 09:08:36.716424191 -0800
|
||
|
+++ fish-2.1.0/configure 2013-12-13 09:09:04.875419686 -0800
|
||
|
@@ -2922,7 +2922,10 @@
|
||
|
#
|
||
|
# It also helps FreeBSD which puts libiconv in /usr/local/lib
|
||
|
|
||
|
-for i in /usr/pkg /sw /opt /opt/local /usr/local; do
|
||
|
+# This is problematic for RPM, though -- builds have no business
|
||
|
+# looking in /usr/local.
|
||
|
+
|
||
|
+for i in ; do
|
||
|
|
||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $i/include include directory" >&5
|
||
|
$as_echo_n "checking for $i/include include directory... " >&6; }
|