diff options
Diffstat (limited to 'sys-kernel/kccmp/files')
-rw-r--r-- | sys-kernel/kccmp/files/digest-kccmp-0.2 | 3 | ||||
-rw-r--r-- | sys-kernel/kccmp/files/kccmp-0.2-qt4.patch | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sys-kernel/kccmp/files/digest-kccmp-0.2 b/sys-kernel/kccmp/files/digest-kccmp-0.2 new file mode 100644 index 000000000000..94b9a0b2afba --- /dev/null +++ b/sys-kernel/kccmp/files/digest-kccmp-0.2 @@ -0,0 +1,3 @@ +MD5 f72784dd107c40995ef93f29173d96fe kccmp-0.2.tar.gz 13178 +RMD160 6515af57412d6b9118b909d17b0af0fb43481146 kccmp-0.2.tar.gz 13178 +SHA256 59ad67a5688ba759f5d69f11cfc7e0c9e80d17680b2891bb4c280239ff16ee4e kccmp-0.2.tar.gz 13178 diff --git a/sys-kernel/kccmp/files/kccmp-0.2-qt4.patch b/sys-kernel/kccmp/files/kccmp-0.2-qt4.patch new file mode 100644 index 000000000000..c26be0e2db9d --- /dev/null +++ b/sys-kernel/kccmp/files/kccmp-0.2-qt4.patch @@ -0,0 +1,10 @@ +--- a/kccmp.pro 2007-10-07 17:00:02.000000000 -0400 ++++ b/kccmp.pro 2007-10-07 17:00:12.000000000 -0400 +@@ -4,6 +4,6 @@ + CONFIG += warn_on debug + OBJECTS_DIR = obj + # Uncomment the following for Qt 4 support +-#DEFINES += KCCMP_QT_4 ++DEFINES += KCCMP_QT_4 + LIBS += -lboost_regex + #MOC_DIR = |