b69c00be9c
- Don't link in static version of libintl/libiconv - Don't use bundled libintl headers - Bump PKGNAME
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.1 2005/11/11 09:23:55 alek Exp $
|
|
--- lib/Makefile.in.orig Fri Nov 11 10:18:51 2005
|
|
+++ lib/Makefile.in Fri Nov 11 10:18:58 2005
|
|
@@ -164,7 +164,7 @@ md5.c md5.h \
|
|
unlocked-io.h
|
|
|
|
|
|
-INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/include
|
|
+INCLUDES = -I$(top_srcdir)/include
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
subdir = lib
|