aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-03-25 02:56:50 +0800
committerwill <will@FreeBSD.org>2002-03-25 02:56:50 +0800
commit23ad051a968a627caad0fc1eebf8a343b06d1c90 (patch)
treee8dbc48f575f39131daac4ed196527b36ff57618 /x11/kdelibs4
parent137a16873d782890c1148e7e22612d45102d4950 (diff)
downloadfreebsd-ports-gnome-23ad051a968a627caad0fc1eebf8a343b06d1c90.tar.gz
freebsd-ports-gnome-23ad051a968a627caad0fc1eebf8a343b06d1c90.tar.zst
freebsd-ports-gnome-23ad051a968a627caad0fc1eebf8a343b06d1c90.zip
Add simple patch to fix compiling with kaclmanipulation.h on -current.
Found by: bento
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/files/patch-kaclmanipulation.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/kdelibs4/files/patch-kaclmanipulation.h b/x11/kdelibs4/files/patch-kaclmanipulation.h
new file mode 100644
index 000000000000..27b11b58c52c
--- /dev/null
+++ b/x11/kdelibs4/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