diff options
Diffstat (limited to 'devel/callgrind/files')
-rw-r--r-- | devel/callgrind/files/patch-configure | 19 | ||||
-rw-r--r-- | devel/callgrind/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | devel/callgrind/files/patch-src::ct_main.c | 10 | ||||
-rw-r--r-- | devel/callgrind/files/patch-src::ct_sim.c | 11 |
4 files changed, 0 insertions, 53 deletions
diff --git a/devel/callgrind/files/patch-configure b/devel/callgrind/files/patch-configure deleted file mode 100644 index 3846a60923b7..000000000000 --- a/devel/callgrind/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Sat Jul 31 20:09:02 2004 -+++ configure Sat Jul 31 20:09:18 2004 -@@ -3212,16 +3212,9 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --int --main () --{ -- - #include "vg_skin.h" - int main() { return 0 ; } - -- ; -- return 0; --} - _ACEOF - rm -f conftest.$ac_objext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 diff --git a/devel/callgrind/files/patch-src::Makefile.in b/devel/callgrind/files/patch-src::Makefile.in deleted file mode 100644 index 58ba0341597a..000000000000 --- a/devel/callgrind/files/patch-src::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.in.orig Thu Aug 19 22:46:55 2004 -+++ src/Makefile.in Wed Aug 25 10:07:20 2004 -@@ -167,8 +167,8 @@ - target_alias = @target_alias@ - SUBDIRS = . - AM_CFLAGS = $(WERROR) -DVG_LIBDIR="\"$(libdir)"\" \ -- -Winline -Wall -Wshadow -O2 -fomit-frame-pointer \ -- @PREFERRED_STACK_BOUNDARY@ -g -+ -fomit-frame-pointer \ -+ @PREFERRED_STACK_BOUNDARY@ - - valdir = $(libdir)/valgrind - incincdir = $(includedir)/valgrind diff --git a/devel/callgrind/files/patch-src::ct_main.c b/devel/callgrind/files/patch-src::ct_main.c deleted file mode 100644 index 02d6611562ed..000000000000 --- a/devel/callgrind/files/patch-src::ct_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/ct_main.c.orig Wed Aug 25 10:10:18 2004 -+++ src/ct_main.c Wed Aug 25 10:13:36 2004 -@@ -32,6 +32,7 @@ - */ - - #include "vg_skin.h" -+#include "vg_unistd.h" - #include "callgrind.h" - #include "ct_include.h" - #include "ct_events.h" diff --git a/devel/callgrind/files/patch-src::ct_sim.c b/devel/callgrind/files/patch-src::ct_sim.c deleted file mode 100644 index b02a5489c2e5..000000000000 --- a/devel/callgrind/files/patch-src::ct_sim.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ct_sim.c.orig Tue Aug 31 13:05:51 2004 -+++ src/ct_sim.c Tue Aug 31 13:06:00 2004 -@@ -537,7 +537,7 @@ - /* Install own SIGILL handler */ - sigill_new.ksa_handler = cpuid_SIGILL_handler; - sigill_new.ksa_flags = 0; -- sigill_new.ksa_restorer = NULL; -+ //sigill_new.ksa_restorer = NULL; - res = VG_(ksigemptyset)( &sigill_new.ksa_mask ); - CT_ASSERT(res == 0); - |