summaryrefslogtreecommitdiff
path: root/editors/abiword1/patches/patch-ad
blob: 5c26d3f3d8fb2f00ad5fbb0e9ad93a5cf08cd4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1.1.1 2003/12/26 18:20:28 wiz Exp $

--- src/config/require/unix/Makefile.orig	Fri Oct 26 00:43:46 2001
+++ src/config/require/unix/Makefile
@@ -187,7 +187,7 @@
 		fi								
 
 else
-	@if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h ]; then	\
+	@if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h -a ! -r ${LOCALBASE}/include/iconv.h ]; then	\
 		if [ -d $(ABI_ROOT)/../libiconv ]; then                        	\
 			echo Found libiconv in peer directory;                  \
 			if [ ! -r $(ABI_ROOT)/../libiconv/lib/config.h ]; then  \