diff options
author | martti <martti@pkgsrc.org> | 2005-12-21 15:15:52 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-21 15:15:52 +0000 |
commit | b056797a6b5301f78236f907f6ecbc46bf34ee66 (patch) | |
tree | 0001a53e0fdaedbc478e7cc349e7e2451f2cc0f8 /misc/xfce4-weather-plugin | |
parent | bc324e0de96422eec76469199da3fd05ce2fd16e (diff) | |
download | pkgsrc-b056797a6b5301f78236f907f6ecbc46bf34ee66.tar.gz |
Include <sys/types.h> before <sys/socket.h>. This fixed compilation
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN
on a private mail.
Diffstat (limited to 'misc/xfce4-weather-plugin')
-rw-r--r-- | misc/xfce4-weather-plugin/distinfo | 3 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/xfce4-weather-plugin/distinfo b/misc/xfce4-weather-plugin/distinfo index 7133623738f..619d9e41a18 100644 --- a/misc/xfce4-weather-plugin/distinfo +++ b/misc/xfce4-weather-plugin/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/03/07 14:15:57 adam Exp $ +$NetBSD: distinfo,v 1.5 2005/12/21 15:15:52 martti Exp $ SHA1 (xfce4-weather-plugin-0.4.9.tar.gz) = 32aac39dbf845b46ed1d6f09447fdc9fc623567b RMD160 (xfce4-weather-plugin-0.4.9.tar.gz) = 0c7048a46e21cb12408c284b9be66c27db85c71f Size (xfce4-weather-plugin-0.4.9.tar.gz) = 642215 bytes +SHA1 (patch-aa) = e1eead0f08a8d866294f26455a5dc9c1a9496315 diff --git a/misc/xfce4-weather-plugin/patches/patch-aa b/misc/xfce4-weather-plugin/patches/patch-aa new file mode 100644 index 00000000000..0feaebc7073 --- /dev/null +++ b/misc/xfce4-weather-plugin/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2005/12/21 15:15:52 martti Exp $ + +--- panel-plugin/http_client.h.orig 2005-12-21 15:10:56.000000000 +0200 ++++ panel-plugin/http_client.h 2005-12-21 15:11:06.000000000 +0200 +@@ -1,7 +1,7 @@ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/in.h> +-#include <sys/types.h> + #include <string.h> + #include <unistd.h> + |