diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-01-16 14:53:01 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-01-16 14:53:01 +0000 |
commit | 7a5498b47165b29c43ffda219ee73a43b2d84335 (patch) | |
tree | 6cf56ee34caff0104234b0196bf0955721333c6c /sysutils/curly/files/patch-machine.h | |
parent | Add a note about xcb-util upgrade (diff) |
Resurrect this port.
Requested by: Piet Delport <pjdelport@gmail.com>
Notes
Notes:
svn path=/head/; revision=289333
Diffstat (limited to 'sysutils/curly/files/patch-machine.h')
-rw-r--r-- | sysutils/curly/files/patch-machine.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/curly/files/patch-machine.h b/sysutils/curly/files/patch-machine.h new file mode 100644 index 000000000000..417f055257f2 --- /dev/null +++ b/sysutils/curly/files/patch-machine.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- bin/curly/machine.h.orig Wed Nov 13 08:08:13 2002 ++++ bin/curly/machine.h Wed Nov 13 08:08:48 2002 +@@ -19,7 +19,7 @@ + #endif + + #if !defined(NEED_MALLOC_EXTERN) +-#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI)) ++#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI) && !defined(FREEBSD)) + #endif + + #if !defined(USE_STDLIB) |