From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app-shells/ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch (limited to 'app-shells/ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch') diff --git a/app-shells/ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch b/app-shells/ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch deleted file mode 100644 index 9a2965a62bc5..000000000000 --- a/app-shells/ctypes-sh/files/ctypes-sh-1.1-makefile-fix.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 5e305160cc219fa63658148e3d258cb62dd043a3 -Author: rtlanceroad -Date: Wed Jul 27 14:49:21 2016 +0800 - - fix Makefile.am in src dir - -diff --git a/src/Makefile.am b/src/Makefile.am -index 8a9b682..71347bb 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -11,6 +11,6 @@ ctypes_la_LIBADD += libstruct.la - noinst_LTLIBRARIES += libstruct.la - noinst_HEADERS += struct/dutil.h struct/dwarves.h struct/elf_symtab.h struct/gobuffer.h struct/hash.h struct/list.h struct/rbtree.h struct/strings.h - libstruct_la_SOURCES = struct/dutil.c struct/dwarves.c struct/gobuffer.c struct/struct.c struct/strings.c struct/dwarf_loader.c struct/dwarves_fprintf.c struct/elf_symtab.c struct/rbtree.c --libstruct_la_CFLAGS = -std=gnu99 -D_GNU_SOURCE -+libstruct_la_CFLAGS = -std=gnu99 -D_GNU_SOURCE $(FFI_CFLAGS) - libstruct_la_CPPFLAGS = -I../include -I../lib - endif -- cgit v1.2.3