2c24dede35
- correctly link with iconv and intl "looks good" to Shaun Amott (maintainer), ok jasper@
18 lines
595 B
Plaintext
18 lines
595 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2008/01/08 14:40:39 ajacoutot Exp $
|
|
--- configure.orig Tue Jan 8 10:26:31 2008
|
|
+++ configure Tue Jan 8 10:27:48 2008
|
|
@@ -11533,10 +11533,10 @@ host_cpu!$host_cpu$ac_delim
|
|
host_vendor!$host_vendor$ac_delim
|
|
host_os!$host_os$ac_delim
|
|
INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim
|
|
-LIBICONV!$LIBICONV$ac_delim
|
|
+LIBICONV!$LTLIBICONV$ac_delim
|
|
LTLIBICONV!$LTLIBICONV$ac_delim
|
|
-INTLLIBS!$INTLLIBS$ac_delim
|
|
-LIBINTL!$LIBINTL$ac_delim
|
|
+INTLLIBS!$LTLIBINTL$ac_delim
|
|
+LIBINTL!$LTLIBINTL$ac_delim
|
|
LTLIBINTL!$LTLIBINTL$ac_delim
|
|
POSUB!$POSUB$ac_delim
|
|
ARCH!$ARCH$ac_delim
|