diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-18 15:20:58 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-05-18 15:20:58 +0000 |
commit | 3836c6500c1f3367b7d9b37f331e75eb2004d63b (patch) | |
tree | 30be7d01d105259dd81f4e23a3bf04c64f9e1c19 | |
parent | - Chase fftw3 update (diff) |
- Remove old patches
Reported by: pointyhat via erwin
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=234144
-rw-r--r-- | devel/kcachegrind/files/patch-aclocal.m4 | 20 | ||||
-rw-r--r-- | devel/kcachegrind/files/patch-utils.h | 11 |
2 files changed, 0 insertions, 31 deletions
diff --git a/devel/kcachegrind/files/patch-aclocal.m4 b/devel/kcachegrind/files/patch-aclocal.m4 deleted file mode 100644 index 14aa33ca8fdc..000000000000 --- a/devel/kcachegrind/files/patch-aclocal.m4 +++ /dev/null @@ -1,20 +0,0 @@ ---- aclocal.m4.orig Wed Apr 28 21:47:24 2004 -+++ aclocal.m4 Sat Jul 31 16:24:17 2004 -@@ -2773,7 +2773,7 @@ - CFLAGS="-g -O2 $CFLAGS" - fi - else -- CFLAGS="-O2 $CFLAGS" -+ CFLAGS="$CFLAGS" - fi - fi - -@@ -2815,7 +2815,7 @@ - if test "$CXX" = "KCC"; then - CXXFLAGS="+K3 $CXXFLAGS" - else -- CXXFLAGS="-O2 $CXXFLAGS" -+ CXXFLAGS="$CXXFLAGS" - fi - fi - fi diff --git a/devel/kcachegrind/files/patch-utils.h b/devel/kcachegrind/files/patch-utils.h deleted file mode 100644 index c33cd2ad5634..000000000000 --- a/devel/kcachegrind/files/patch-utils.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kcachegrind/utils.h.orig Wed Aug 25 09:14:10 2004 -+++ kcachegrind/utils.h Wed Aug 25 09:15:21 2004 -@@ -151,7 +151,7 @@ - struct AppendListChunk { - int size; - struct AppendListChunk* next; -- type* data[0]; -+ // type* data[0]; - }; - - struct AppendListChunk *_next, *_current, *_last; |