diff options
author | culot <culot@FreeBSD.org> | 2011-09-06 18:48:58 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-09-06 18:48:58 +0800 |
commit | b33fa5af5a521360a26da9f7688d588d3b2a6f22 (patch) | |
tree | 0bc64f75119993c21d952affc546a23930b7d4f5 /lang/gnatdroid-binutils/files/patch-ld__Makefile.in | |
parent | 5495e31da3dc42c1129fa93819007fdc7400c19e (diff) | |
download | freebsd-ports-graphics-b33fa5af5a521360a26da9f7688d588d3b2a6f22.tar.gz freebsd-ports-graphics-b33fa5af5a521360a26da9f7688d588d3b2a6f22.tar.zst freebsd-ports-graphics-b33fa5af5a521360a26da9f7688d588d3b2a6f22.zip |
This package is a dependency of lang/gnatdroid. It provides the cross-tools
required to build the GNAT FreeBSD->ARM cross-compiler that is gnatdroid,
as well as any binaries that it produces.
WWW: http://www.dragonlace.net
PR: ports/160424
Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'lang/gnatdroid-binutils/files/patch-ld__Makefile.in')
-rw-r--r-- | lang/gnatdroid-binutils/files/patch-ld__Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/gnatdroid-binutils/files/patch-ld__Makefile.in b/lang/gnatdroid-binutils/files/patch-ld__Makefile.in new file mode 100644 index 00000000000..0b10793a1c0 --- /dev/null +++ b/lang/gnatdroid-binutils/files/patch-ld__Makefile.in @@ -0,0 +1,16 @@ +--- ld/Makefile.in.orig 2011-03-16 09:37:30.000000000 +0100 ++++ ld/Makefile.in 2011-07-21 14:56:55.000000000 +0200 +@@ -1817,11 +1817,11 @@ + + html-am: $(HTMLS) + +-info: info-recursive ++info: + + info-am: $(INFO_DEPS) + +-install-data-am: install-data-local install-info-am install-man ++install-data-am: install-data-local + + install-dvi: install-dvi-recursive + |