diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:56:24 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-05 20:56:24 +0000 |
commit | 74cb0fb1e88e05ac2dc49f1aa7274c98a470a7c8 (patch) | |
tree | 5a2cd52714027788ca840d18e6087ab373c335b4 /devel/qt4-qvfb/files/patch-qvfbshmem.cpp | |
parent | Remove port: Included with all current python versions in ports tree. (diff) |
Add qt4, a multiplatform C++ application framework
Diffstat (limited to 'devel/qt4-qvfb/files/patch-qvfbshmem.cpp')
-rw-r--r-- | devel/qt4-qvfb/files/patch-qvfbshmem.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/qt4-qvfb/files/patch-qvfbshmem.cpp b/devel/qt4-qvfb/files/patch-qvfbshmem.cpp new file mode 100644 index 000000000000..aaa4c8a6dd57 --- /dev/null +++ b/devel/qt4-qvfb/files/patch-qvfbshmem.cpp @@ -0,0 +1,11 @@ +--- qvfbshmem.cpp.orig Sun Jan 14 15:50:33 2007 ++++ qvfbshmem.cpp Sun Jan 14 15:50:46 2007 +@@ -39,7 +39,7 @@ + #include <sys/stat.h> + #include <sys/sem.h> + #include <sys/mman.h> +-#include <asm/page.h> ++#include <machine/param.h> + #include <fcntl.h> + #include <errno.h> + #include <math.h> |