59b15a17d6
- Don't use bundled libintl headers - Bump PKGNAME
17 lines
546 B
Plaintext
17 lines
546 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2005/04/19 12:53:21 alek Exp $
|
|
--- configure.orig Tue Apr 19 14:13:16 2005
|
|
+++ configure Tue Apr 19 14:13:22 2005
|
|
@@ -9736,10 +9736,10 @@ s,@host_cpu@,$host_cpu,;t t
|
|
s,@host_vendor@,$host_vendor,;t t
|
|
s,@host_os@,$host_os,;t t
|
|
s,@USE_NLS@,$USE_NLS,;t t
|
|
-s,@LIBICONV@,$LIBICONV,;t t
|
|
+s,@LIBICONV@,$LTLIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@INTLLIBS@,$INTLLIBS,;t t
|
|
-s,@LIBINTL@,$LIBINTL,;t t
|
|
+s,@LIBINTL@,$LTLIBINTL,;t t
|
|
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
|
s,@POSUB@,$POSUB,;t t
|
|
s,@TERMCAP@,$TERMCAP,;t t
|