mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Remove a patch that doesn't seem to be needed anymore.
Reported by: andrew deryabin <andrew@deryabin.com>
This commit is contained in:
parent
3913de6843
commit
7d47f82eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249600
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= libcompizconfig
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user