openbsd-ports/devel/arduino/patches/patch-libraries_Ethernet_Ethernet_cpp
jasper aa0045971b - update arduino to 1.0, please see the changelog:
http://arduino.cc/blog/2011/10/04/arduino-1-0/
   - various changes related to this port:
      * adjust sketch extensions from .pde to .ino
	 * deal better with different arduino variants
	    * adjust template to get it compiling/linking again

	    tested by various
2012-04-24 06:37:32 +00:00

14 lines
440 B
Plaintext

$OpenBSD: patch-libraries_Ethernet_Ethernet_cpp,v 1.2 2012/04/24 06:37:32 jasper Exp $
Adjust include path, so we don't have to mess around in BSDmakefile
with adjusting include paths just for Ethernet.
--- libraries/Ethernet/Ethernet.cpp.orig Wed Nov 16 23:12:22 2011
+++ libraries/Ethernet/Ethernet.cpp Fri Dec 9 09:42:38 2011
@@ -1,4 +1,4 @@
-#include "w5100.h"
+#include "utility/w5100.h"
#include "Ethernet.h"
#include "Dhcp.h"