mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
libpff: remove useless debian patches
This commit is contained in:
parent
592c088148
commit
13a67b9d37
2 changed files with 0 additions and 18 deletions
|
|
@ -1,17 +0,0 @@
|
|||
Description: fix a FTBFS with GCC-5. Thanks to Linn Crosetto <linn@hp.com> for
|
||||
the first fix (see #777938). This patch closes #777966.
|
||||
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
|
||||
Last-Update: 2015-07-02
|
||||
Index: libpff-20120802/libuna/Makefile.am
|
||||
===================================================================
|
||||
--- libpff-20120802.orig/libuna/Makefile.am
|
||||
+++ libpff-20120802/libuna/Makefile.am
|
||||
@@ -4,7 +4,7 @@ AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/common \
|
||||
@LIBCSTRING_CPPFLAGS@ \
|
||||
@LIBCERROR_CPPFLAGS@ \
|
||||
- @MEMWATCH_CPPFLAGS@
|
||||
+ @MEMWATCH_CPPFLAGS@ -std=gnu89
|
||||
|
||||
noinst_LTLIBRARIES = libuna.la
|
||||
|
||||
|
|
@ -27,7 +27,6 @@ RDEPEND="${DEPEND}"
|
|||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
src_configure() {
|
||||
epatch ${FILESDIR}/01-fix-FTBFS-hurd-386.patch
|
||||
econf $(use_enable nls) \
|
||||
$(use_with nls libiconv-prefix) \
|
||||
$(use_with nls libintl-prefix) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue