diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2010-02-11 17:04:16 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2010-02-11 17:04:16 +0000 |
commit | 7d47f82eb4b6b02d74a8676eb4b74030cd4b7353 (patch) | |
tree | 4ddfa9d103fcc5d1386ac5a731157a5648de17d7 /x11-wm/libcompizconfig/files/patch-src-compiz.cpp | |
parent | 3913de68433fe47f71db86c96b9179979cc3cff2 (diff) | |
download | ports-7d47f82eb4b6b02d74a8676eb4b74030cd4b7353.tar.gz ports-7d47f82eb4b6b02d74a8676eb4b74030cd4b7353.zip |
Notes
Diffstat (limited to 'x11-wm/libcompizconfig/files/patch-src-compiz.cpp')
-rw-r--r-- | x11-wm/libcompizconfig/files/patch-src-compiz.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/libcompizconfig/files/patch-src-compiz.cpp b/x11-wm/libcompizconfig/files/patch-src-compiz.cpp deleted file mode 100644 index e9a8e39aa3c3..000000000000 --- a/x11-wm/libcompizconfig/files/patch-src-compiz.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/compiz.cpp.orig 2009-03-04 21:22:22.000000000 -0600 -+++ src/compiz.cpp 2009-04-06 01:58:35.000000000 -0500 -@@ -957,7 +957,7 @@ - - - static int --pluginNameFilter (const struct dirent *name) -+pluginNameFilter (struct dirent *name) - { - int length = strlen (name->d_name); - -@@ -972,7 +972,7 @@ - } - - static int --pluginXMLFilter (const struct dirent *name) -+pluginXMLFilter (struct dirent *name) - { - int length = strlen (name->d_name); - |