SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
sysutils/dosfstools/patches/patch-configure
Normal file
17
sysutils/dosfstools/patches/patch-configure
Normal file
|
@ -0,0 +1,17 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -4719,11 +4719,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
-char iconv_open ();
|
||||
+char libiconv_open ();
|
||||
int
|
||||
main ()
|
||||
{
|
||||
-return iconv_open ();
|
||||
+return libiconv_open ();
|
||||
;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue