]> git.pld-linux.org Git - packages/R.git/blobdiff - R-libicuuc.patch
- removed bogus stuff from post
[packages/R.git] / R-libicuuc.patch
index 408d010a55d1ceda8abac6b1a676d6f5f46ef041..ee4f3f0d8ead6089d1e993e0b96a89de55109006 100644 (file)
    AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
      AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
        AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], 
+--- R-2.8.1/src/scripts/R.sh.in~       2008-11-12 10:23:38.000000000 +0100
++++ R-2.8.1/src/scripts/R.sh.in        2009-01-04 13:59:24.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/sh
+ # Shell wrapper for R executable.
+ R_HOME_DIR=
+--- R-2.8.1/tests/Examples/Makefile.in~        2008-03-25 13:26:46.000000000 +0100
++++ R-2.8.1/tests/Examples/Makefile.in 2009-01-04 13:59:57.000000000 +0100
+@@ -66,7 +66,7 @@
+ .R.Rout:
+       @if test -f $@; then mv $@ $@.prev; fi
+       @$(ECHO) $(ECHO_N) "running code in '$<' ...$(ECHO_C)"
+-      @$(R) < $< > $@ 2>&1 || (mv $@ $@.fail && exit 1)
++      $(R) < $< > $@ 2>&1 || (cat $@ ; mv $@ $@.fail && exit 1)
+       @$(ECHO) "$(ECHO_T) OK"
+       @if test -f $@.prev; then \
+         mv $@ $@.fail; \
This page took 0.030689 seconds and 4 git commands to generate.