summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormartti <martti>2005-12-21 15:15:52 +0000
committermartti <martti>2005-12-21 15:15:52 +0000
commiteb6befdf660ec3f98390f6bc8f4ab42b2d4b9ce3 (patch)
tree0001a53e0fdaedbc478e7cc349e7e2451f2cc0f8 /misc
parent5cbbbbd7e180c89fd57c4de4d92c7608ebe7738c (diff)
downloadpkgsrc-eb6befdf660ec3f98390f6bc8f4ab42b2d4b9ce3.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')
-rw-r--r--misc/xfce4-weather-plugin/distinfo3
-rw-r--r--misc/xfce4-weather-plugin/patches/patch-aa13
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>
+