mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- removed unneded dependancies on publib and libltdl PR: ports/78432 Submitted by: maintainer
11 lines
397 B
Text
11 lines
397 B
Text
--- util/MYODBCUtilReadDataSourceStr.c.orig Wed Feb 2 05:01:28 2005
|
|
+++ util/MYODBCUtilReadDataSourceStr.c Sat Mar 5 02:05:08 2005
|
|
@@ -20,7 +20,7 @@
|
|
|
|
#include "MYODBCUtil.h"
|
|
|
|
-#if defined(__APPLE__) || defined(WIN32) || defined(__SPARC__)
|
|
+#if defined(__APPLE__) || defined(WIN32) || defined(__SPARC__) || defined(__FreeBSD__)
|
|
char *strndup( const char *s, size_t n )
|
|
{
|
|
size_t nAvail;
|