aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-07-13 00:48:08 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-07-13 00:48:08 +0000
commit1d02afc1ea919964da3a55ad0f42306fba5eba7b (patch)
treeae4fbc94206bc060ad80c36d7b2831cee42d01b1 /devel
parent638c247d83d5ad1d0b9e0a7961240c2bcf2a8c44 (diff)
downloadports-1d02afc1ea919964da3a55ad0f42306fba5eba7b.tar.gz
ports-1d02afc1ea919964da3a55ad0f42306fba5eba7b.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/arduino/files/patch-hardware-arduino-cores-arduino-Print.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/arduino/files/patch-hardware-arduino-cores-arduino-Print.cpp b/devel/arduino/files/patch-hardware-arduino-cores-arduino-Print.cpp
deleted file mode 100644
index ff78f74e32c3..000000000000
--- a/devel/arduino/files/patch-hardware-arduino-cores-arduino-Print.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- hardware/arduino/cores/arduino/Print.cpp.orig 2012-03-16 11:16:23.000000000 -0700
-+++ hardware/arduino/cores/arduino/Print.cpp 2012-03-16 11:17:17.000000000 -0700
-@@ -41,7 +41,7 @@
-
- size_t Print::print(const __FlashStringHelper *ifsh)
- {
-- const prog_char *p = (const prog_char *)ifsh;
-+ const char PROGMEM *p = (const char PROGMEM *)ifsh;
- size_t n = 0;
- while (1) {
- unsigned char c = pgm_read_byte(p++);
---- patch-hardware-arduino-cores-arduino-Print.cpp ends here --- \ No newline at end of file