Commits

Anders F. Björklund authored 4f4b59acb2c
port upgrade from 4.6.2 (2001) to 6.2.0 (2007)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28798 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/libfetch/files/patch-common.h

Added
1 +--- common.h.orig 2004-09-21 20:35:20.000000000 +0200
2 ++++ common.h 2007-09-08 22:33:03.000000000 +0200
3 +@@ -31,6 +31,11 @@
4 + #ifndef _COMMON_H_INCLUDED
5 + #define _COMMON_H_INCLUDED
6 +
7 ++/* from <sys/cdefs.h> */
8 ++#ifndef __DECONST
9 ++#define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
10 ++#endif
11 ++
12 + #define FTP_DEFAULT_PORT 21
13 + #define HTTP_DEFAULT_PORT 80
14 + #define FTP_DEFAULT_PROXY_PORT 21

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut