freebsd-ports/math/rpy2/files/patch-src-RPy.h
Martin Wilke 5260fd2ff2 - Fix build after math/R update
PR:		129703
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
Reported by:	erwinbot
2008-12-25 10:54:09 +00:00

11 lines
325 B
C

--- src/RPy.h.orig 2008-12-17 16:53:19.000000000 +0800
+++ src/RPy.h 2008-12-17 16:53:35.000000000 +0800
@@ -74,7 +74,7 @@
# endif
#endif /* _WIN32 */
-#include <Rdevices.h> /* must follow Graphics.h */
+#include <Rembedded.h> /* must follow Graphics.h */
/* Missing definitions from Rinterface.h or RStartup.h */