summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ae
blob: 655a5c0e00186ae8d4ce6de36024fe4bda303c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.3 2000/05/02 23:35:56 jlam Exp $

--- src/config/require/unix/Makefile.orig	Tue Feb 29 16:37:57 2000
+++ src/config/require/unix/Makefile	Tue May  2 18:16:28 2000
@@ -159,7 +159,7 @@
 # was something you installed yourself.  
 
 _LIBICONV_:
-	@if [ ! -r /usr/include/iconv.h -a ! -r /usr/local/include/iconv.h ]; then	\
+	@if true; then	\
 		if [ -d $(ABI_ROOT)/../libiconv ]; then                        	\
 			echo Found libiconv in peer directory;                  \
 			if [ ! -r $(ABI_ROOT)/../libiconv/src/config.h ]; then  \