[SCM] terminatorx/master: Remove debian/patches/21_fix_ftbfs_binutils_gold.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 1 23:17:11 UTC 2012


The following commit has been merged in the master branch:
commit 20088ae74dea271397a0fd559d73700fd43cd7d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 2 01:16:46 2012 +0200

    Remove debian/patches/21_fix_ftbfs_binutils_gold.patch, applied upstream.

diff --git a/debian/patches/21_fix_ftbfs_binutils_gold.patch b/debian/patches/21_fix_ftbfs_binutils_gold.patch
deleted file mode 100644
index 18073ea..0000000
--- a/debian/patches/21_fix_ftbfs_binutils_gold.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 21_fix_ftbfs_binutils_gold.dpatch by Mahyuddin Susanto <udienz at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix FTBFS binutils-gold with ld --no-add-needed by addding dl library
-
- at DPATCH@
----
- src/Makefile.am |    1 +
- src/Makefile.in |    2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
---- terminatorx.orig/src/Makefile.am
-+++ terminatorx/src/Makefile.am
-@@ -5,6 +5,7 @@ SUBDIRS = icons
- EXTRA_CFLAGS=-D_REENTRANT @DEPRECATED_FLAGS@
- AM_CFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(EXTRA_CFLAGS)
- AM_CXXFLAGS=@CFLAGS@ @GTK_CFLAGS@  $(EXTRA_CFLAGS)
-+terminatorX_LDADD = @LDADD@ -ldl
- 
- license.c: $(top_srcdir)/COPYING
- 	@AWK@ -f $(srcdir)/licmak.awk < $(top_srcdir)/COPYING > $(srcdir)/license.c
---- terminatorx.orig/src/Makefile.in
-+++ terminatorx/src/Makefile.in
-@@ -65,7 +65,7 @@ am_terminatorX_OBJECTS = tX_endian.$(OBJ
- 	tX_glade_callbacks.$(OBJEXT) tX_glade_support.$(OBJEXT) \
- 	tX_ladspa_class.$(OBJEXT) tX_capabilities.$(OBJEXT)
- terminatorX_OBJECTS = $(am_terminatorX_OBJECTS)
--terminatorX_LDADD = $(LDADD)
-+terminatorX_LDADD = $(LDADD) -ldl
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list