SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
textproc/sphinx/patches/patch-configure
Normal file
26
textproc/sphinx/patches/patch-configure
Normal file
|
@ -0,0 +1,26 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -8342,11 +8342,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
-char iconv ();
|
||||
+char libiconv ();
|
||||
int
|
||||
main ()
|
||||
{
|
||||
-return iconv ();
|
||||
+return libiconv ();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -8411,7 +8411,7 @@ main ()
|
||||
{
|
||||
const char * inbuf;
|
||||
iconv_t cd;
|
||||
- iconv ( cd, &inbuf, NULL, NULL, NULL );
|
||||
+ libiconv ( cd, &inbuf, NULL, NULL, NULL );
|
||||
|
||||
;
|
||||
return 0;
|
Loading…
Add table
Add a link
Reference in a new issue