dev-util/ltrace: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/5817
This commit is contained in:
Michael Mair-Keimberger
2017-09-28 20:32:36 +02:00
committed by Sergei Trofimovich
parent 7a688c61a9
commit a9553401ba
4 changed files with 0 additions and 50 deletions

View File

@@ -1,11 +0,0 @@
--- ltrace-0.3.36.orig/Makefile.in 2004-11-10 01:12:03.000000000 +0200
+++ ltrace-0.3.36/Makefile.in 2006-09-02 11:10:57.000000000 +0300
@@ -35,6 +35,8 @@
ltrace: sysdeps/sysdep.o $(OBJ)
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+$(OBJ): sysdeps/sysdep.o
+
sysdeps/sysdep.o: dummy
$(MAKE) -C sysdeps/$(OS)

View File

@@ -1,20 +0,0 @@
--- configure.ac
+++ configure.ac
@@ -8,6 +8,8 @@
AC_CANONICAL_HOST
HOST_OS="$host_os"
AC_SUBST(HOST_OS)
+HOST_CPU="$host_cpu"
+AC_SUBST(HOST_CPU)
dnl Checks for programs.
AC_PROG_CC
@@ -84,7 +86,7 @@
dnl of libelf and ltrace matches.
AC_SYS_LARGEFILE
fi
-AC_OUTPUT(Makefile testsuite/Makefile \
+AC_OUTPUT(Makefile sysdeps/linux-gnu/Makefile testsuite/Makefile \
testsuite/ltrace.main/Makefile testsuite/ltrace.minor/Makefile \
testsuite/ltrace.torture/Makefile )

View File

@@ -1,10 +0,0 @@
diff -Naur ltrace-0.5.old/sysdeps/linux-gnu/Makefile.in ltrace-0.5/sysdeps/linux-gnu/Makefile.in
--- ltrace-0.5.old/sysdeps/linux-gnu/Makefile.in 2007-12-26 18:55:42.000000000 +0000
+++ ltrace-0.5/sysdeps/linux-gnu/Makefile.in 2007-12-26 18:55:55.000000000 +0000
@@ -1,5 +1,6 @@
ARCH := $(shell echo @HOST_CPU@ | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
- -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/)
+ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/ppc64/ppc/ -e s/s390x/s390/ \
+ -e s/powerpc64/ppc/ -e s/powerpc/ppc/)
CPPFLAGS += -I$(TOPDIR)/sysdeps/linux-gnu/$(ARCH)

View File

@@ -1,9 +0,0 @@
diff -Naurp ltrace-0.5-orig/testsuite/ltrace.minor/demangle-lib.cpp ltrace-0.5/testsuite/ltrace.minor/demangle-lib.cpp
--- ltrace-0.5-orig/testsuite/ltrace.minor/demangle-lib.cpp 2006-03-13 17:12:01.000000000 -0600
+++ ltrace-0.5/testsuite/ltrace.minor/demangle-lib.cpp 2009-07-27 13:47:43.876929485 -0600
@@ -1,4 +1,5 @@
#include<stddef.h>
+#include<stdlib.h>
#include<iostream>
#include"demangle.h"