summaryrefslogtreecommitdiff
path: root/net/wmnet/patches/patch-ad
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-31 17:02:24 +0000
committertron <tron@pkgsrc.org>2000-07-31 17:02:24 +0000
commita2a15ee30d755f199d96d2dfcc28963eb10307ce (patch)
treeb67f40c6af11e48760d1c127096a58b83ec262dc /net/wmnet/patches/patch-ad
parent5559930951fc44850854f512a3c1335f04f5e6bf (diff)
downloadpkgsrc-a2a15ee30d755f199d96d2dfcc28963eb10307ce.tar.gz
Use normal patch files instead of custom "do-patch" target.
Diffstat (limited to 'net/wmnet/patches/patch-ad')
-rw-r--r--net/wmnet/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wmnet/patches/patch-ad b/net/wmnet/patches/patch-ad
new file mode 100644
index 00000000000..f7a2405c162
--- /dev/null
+++ b/net/wmnet/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2000/07/31 17:02:25 tron Exp $
+
+--- wmnet.c.orig Fri May 5 03:01:14 2000
++++ wmnet.c Mon Jul 31 19:00:30 2000
+@@ -55,7 +55,7 @@
+ #include<X11/Xlib.h>
+ #include<X11/Xutil.h>
+ #include<X11/Xatom.h>
+-#if defined (__FreeBSD__) || defined (__OpenBSD__)
++#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__NetBSD__)
+ # include<sys/socket.h>
+ # include"getopt.h"
+ #else