--- ./configure~ 2008-12-25 02:53:05.000000000 +0900 +++ ./configure 2009-01-21 02:19:42.000000000 +0900 @@ -27062,6 +27062,7 @@ *darwin*) have_darwin="yes" # Make sure the Universal SDK is installed + if false; then if test ! -d /Developer/SDKs/MacOSX10.4u.sdk; then cat << EOF You need to install the Universal SDK in order to build Transmission: @@ -27073,6 +27074,7 @@ EOF exit 1 fi + fi ;; esac --- ./third-party/libnatpmp/natpmp.h~ 2008-12-25 02:48:44.000000000 +0900 +++ ./third-party/libnatpmp/natpmp.h 2009-01-21 14:06:49.000000000 +0900 @@ -28,6 +28,7 @@ #define in_addr_t uint32_t #else #include +#include #endif #include "declspec.h"