pkgsrc/sysutils/xfce4-netload-plugin/patches/patch-aa
2007-06-30 18:14:35 +00:00

13 lines
383 B
Text

$NetBSD: patch-aa,v 1.3 2007/06/30 18:14:36 joerg Exp $
--- panel-plugin/net.c.orig 2007-06-30 17:58:57.000000000 +0000
+++ panel-plugin/net.c
@@ -46,7 +46,7 @@
#elif __APPLE__
# include "src/macos.h"
# include "src/macos.c"
-#elif __FreeBSD__
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
# include "wormulon/freebsd.h"
# include "wormulon/freebsd.c"
#elif __linux__