diff options
author | will <will@FreeBSD.org> | 2002-03-25 02:56:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-03-25 02:56:50 +0800 |
commit | 23ad051a968a627caad0fc1eebf8a343b06d1c90 (patch) | |
tree | e8dbc48f575f39131daac4ed196527b36ff57618 /x11 | |
parent | 137a16873d782890c1148e7e22612d45102d4950 (diff) | |
download | freebsd-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')
-rw-r--r-- | x11/kdelibs2/files/patch-kaclmanipulation.h | 15 | ||||
-rw-r--r-- | x11/kdelibs3/files/patch-kaclmanipulation.h | 15 | ||||
-rw-r--r-- | x11/kdelibs4/files/patch-kaclmanipulation.h | 15 |
3 files changed, 45 insertions, 0 deletions
diff --git a/x11/kdelibs2/files/patch-kaclmanipulation.h b/x11/kdelibs2/files/patch-kaclmanipulation.h new file mode 100644 index 000000000000..27b11b58c52c --- /dev/null +++ b/x11/kdelibs2/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 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 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 |