From 7517b23d5d5c8bb26765087f1dcee8ccfc0c17af Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Fri, 9 Nov 2012 20:15:24 +0100 Subject: [PATCH] ports: remove binutils patch Fixes #475. --- ports/ports/binutils.mk | 1 - ports/src/noux-pkg/binutils/build.patch | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 ports/src/noux-pkg/binutils/build.patch diff --git a/ports/ports/binutils.mk b/ports/ports/binutils.mk index a4faf65e64..3706cee4c4 100644 --- a/ports/ports/binutils.mk +++ b/ports/ports/binutils.mk @@ -17,5 +17,4 @@ $(DOWNLOAD_DIR)/$(BINUTILS_TBZ2): $(CONTRIB_DIR)/$(BINUTILS): $(DOWNLOAD_DIR)/$(BINUTILS_TBZ2) $(VERBOSE)tar xfj $< -C $(CONTRIB_DIR) && touch $@ - $(VERBOSE)patch -N -p0 < src/noux-pkg/binutils/build.patch diff --git a/ports/src/noux-pkg/binutils/build.patch b/ports/src/noux-pkg/binutils/build.patch deleted file mode 100644 index 0f0939a5e5..0000000000 --- a/ports/src/noux-pkg/binutils/build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/binutils-2.22/ld/Makefile.in~ 2010-11-05 11:34:22.000000000 +0100 -+++ contrib/binutils-2.22/ld/Makefile.in 2011-02-03 23:45:08.000000000 +0100 -@@ -848,7 +848,7 @@ - # - # Build a dummy plugin using libtool. - # --@ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la -+#@ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la - @ENABLE_PLUGINS_TRUE@libldtestplug_la_SOURCES = testplug.c - @ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = -g -O2 - @ENABLE_PLUGINS_TRUE@libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere