summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-03-24 18:56:50 +0000
committerWill Andrews <will@FreeBSD.org>2002-03-24 18:56:50 +0000
commit19222c9a51f684d1c63bcee0ffaff50393c4d2a6 (patch)
tree1f2aa595195540d487609ef89aeeeb53cae137a5 /x11/kdelibs3
parentadd gnunet 0.3.2 (diff)
Add simple patch to fix compiling with kaclmanipulation.h on -current.
Found by: bento
Notes
Notes: svn path=/head/; revision=56551
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/files/patch-kaclmanipulation.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kaclmanipulation.h b/x11/kdelibs3/files/patch-kaclmanipulation.h
new file mode 100644
index 000000000000..27b11b58c52c
--- /dev/null
+++ b/x11/kdelibs3/files/patch-kaclmanipulation.h
@@ -0,0 +1,15 @@
+--- kfile/acl_prop_page/kaclmanipulation.h Tue May 22 03:16:09 2001
++++ kfile/acl_prop_page/kaclmanipulation.h.new Sun Mar 24 13:52:31 2002
+@@ -40,7 +40,6 @@
+
+ #ifndef KACLMANIP_H
+ #define KACLMANIP_H "$Id: kaclmanipulation.h,v 1.3 2001/05/22 08:16:09 garbanzo Exp $"
+-#endif
+
+ #include <sys/types.h>
+ #include <sys/acl.h>
+@@ -85,3 +84,4 @@
+ };
+
+ };
++#endif