diff options
Diffstat (limited to 'sys-cluster/cman/files/cman-2.02.00-include.patch')
-rw-r--r-- | sys-cluster/cman/files/cman-2.02.00-include.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-cluster/cman/files/cman-2.02.00-include.patch b/sys-cluster/cman/files/cman-2.02.00-include.patch deleted file mode 100644 index 9dc8de388904..000000000000 --- a/sys-cluster/cman/files/cman-2.02.00-include.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- cluster-2.02.00/cman/lib/Makefile.orig 2008-02-26 15:37:43.000000000 +0000 -+++ cluster-2.02.00/cman/lib/Makefile 2008-03-16 15:08:59.000000000 +0000 -@@ -13,6 +13,8 @@ - - TARGET= libcman - -+include ../../make/defines.mk -+ - LIBDIRT=$(TARGET).a \ - $(TARGET).so.$(RELEASE_MAJOR).$(RELEASE_MINOR) - -@@ -21,8 +23,6 @@ - - INCDIRT=$(TARGET).h - --include ../../make/defines.mk -- - SHAREDLIB=$(TARGET).so.${RELEASE_MAJOR}.${RELEASE_MINOR} - STATICLIB=$(TARGET).a - |