freebsd-ports/devel/pikdev/files/patch-pikdev_uparport.hh
Jose Alonso Cardenas Marquez 9d4693d397 New port: devel/pikdev
PiKdev is a simple graphic IDE for the development of PIC-based applications.
It currently supports assembly language. C language is also supported for PIC
18 devices. PiKdev is developed in C++ under Linux, FreeBSD and is based on
the KDE environment.

WWW:    http://pikdev.free.fr/

Approved by:	garga (mentor)
2006-08-01 11:20:58 +00:00

16 lines
422 B
C++

--- src/uparport.hh Sat Jun 24 13:19:29 2006
+++ src/uparport.hh Sat Jun 24 13:20:31 2006
@@ -15,10 +15,10 @@
extern "C"
{
#include <sys/ioctl.h>
-// in RedHat & Mandrake distro, ppdev.h is into /usr/include/linux
-#include <linux/ppdev.h>
#include <sys/time.h>
-// #include <sys/io.h>
+#include <machine/cpufunc.h>
+#include <dev/ppbus/ppi.h>
+#include <dev/ppbus/ppbconf.h>
#include <fcntl.h>
}