summaryrefslogtreecommitdiff
path: root/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'devel/psptoolchain-newlib/files/patch-newlib-Makefile.am')
-rw-r--r--devel/psptoolchain-newlib/files/patch-newlib-Makefile.am22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am b/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am
index 1e620d228d53..3aaf4370c305 100644
--- a/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am
+++ b/devel/psptoolchain-newlib/files/patch-newlib-Makefile.am
@@ -1,20 +1,20 @@
---- newlib/Makefile.am.orig 2006-06-05 20:42:57.000000000 +0300
-+++ newlib/Makefile.am 2007-06-01 12:22:26.000000000 +0300
-@@ -267,6 +267,18 @@
- $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/machine/`basename $$i`; \
- else true; fi ; \
+--- ./newlib/Makefile.am.orig 2011-05-19 06:04:59.000000000 +0000
++++ ./newlib/Makefile.am 2012-01-25 19:33:12.000000000 +0000
+@@ -283,6 +283,18 @@
+ for i in $(srcdir)/libc/include/rpc/*.h; do \
+ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/rpc/`basename $$i`; \
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 ; \
++ 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 ; \
++ 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 \