openbsd-ports/textproc/sphinx/patches/patch-configure

26 lines
484 B
Plaintext
Raw Normal View History

2012-07-19 10:56:59 -04:00
--- configure.orig Thu Mar 1 10:04:19 2012
+++ configure Mon Jul 9 08:31:19 2012
@@ -5992,11 +5992,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
#ifdef __cplusplus
extern "C"
#endif
-char iconv ();
+char libiconv ();
int
main ()
{
2012-07-19 10:56:59 -04:00
-return iconv ();
+return libiconv ();
;
return 0;
}
2012-07-19 10:56:59 -04:00
@@ -7408,7 +7408,7 @@ main ()
{
const char * inbuf;
iconv_t cd;
- iconv ( cd, &inbuf, NULL, NULL, NULL );
+ libiconv ( cd, &inbuf, NULL, NULL, NULL );
;
return 0;