summaryrefslogtreecommitdiff
path: root/devel/psptoolchain-newlib/files/patch-newlib-Makefile.in
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-08-21 00:54:33 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-08-21 00:54:33 +0000
commit8cbd3957fb9309b77590faad70c31ada2caee71f (patch)
tree6e6dc53459a6b9a79b032994edb9301bd33d61c2 /devel/psptoolchain-newlib/files/patch-newlib-Makefile.in
parentUpdate to the 20090818 snapshot of GCC 4.4.2. (diff)
The PlayStation Portable Toolchain is a collection of tools and utilities
for homebrew PSP development. WWW: http://www.ps2dev.org PR: ports/132323, ports/132324, ports/132325, ports/132326 ports/132327, ports/132328, ports/132329, ports/132330 Submitted by: Tassilo Philipp <tphilipp@potion-studios.com>
Notes
Notes: svn path=/head/; revision=240002
Diffstat (limited to 'devel/psptoolchain-newlib/files/patch-newlib-Makefile.in')
-rw-r--r--devel/psptoolchain-newlib/files/patch-newlib-Makefile.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/psptoolchain-newlib/files/patch-newlib-Makefile.in b/devel/psptoolchain-newlib/files/patch-newlib-Makefile.in
new file mode 100644
index 000000000000..0e4e3f7a76b2
--- /dev/null
+++ b/devel/psptoolchain-newlib/files/patch-newlib-Makefile.in
@@ -0,0 +1,21 @@
+--- newlib/Makefile.in.orig 2006-12-18 22:32:41.000000000 +0200
++++ newlib/Makefile.in 2007-06-01 12:22:26.000000000 +0300
+@@ -912,6 +912,18 @@
+ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
+ else true; fi ; \
+ done; \
++ $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/netinet; \
++ for i in $(srcdir)/libc/sys/$(sys_dir)/netinet/*.h; do \
++ if [ -f $$i ]; then \
++ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/netinet/`basename $$i`; \
++ else true; fi ; \
++ done ; \
++ $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arpa; \
++ for i in $(srcdir)/libc/sys/$(sys_dir)/arpa/*.h; do \
++ if [ -f $$i ]; then \
++ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arpa/`basename $$i`; \
++ else true; fi ; \
++ done ; \
+ $(mkinstalldirs) $(DESTDIR)$(tooldir)/include/sys; \
+ for i in $(srcdir)/libc/include/sys/*.h; do \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/sys/`basename $$i`; \