summaryrefslogtreecommitdiff
path: root/devel/qt4-qvfb/files/patch-qvfbshmem.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-07-16 10:12:15 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-07-16 10:12:15 +0000
commit8bd00266dc1b89a8a7a9d6170d1d895ef285c905 (patch)
tree78e6b0d3b242b999541f0e267c681933f7c9bc9d /devel/qt4-qvfb/files/patch-qvfbshmem.cpp
parentMake EMACS_PORT_NAME overridable. (diff)
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
Notes
Notes: svn path=/head/; revision=195715
Diffstat (limited to 'devel/qt4-qvfb/files/patch-qvfbshmem.cpp')
-rw-r--r--devel/qt4-qvfb/files/patch-qvfbshmem.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/qt4-qvfb/files/patch-qvfbshmem.cpp b/devel/qt4-qvfb/files/patch-qvfbshmem.cpp
deleted file mode 100644
index aaa4c8a6dd57..000000000000
--- a/devel/qt4-qvfb/files/patch-qvfbshmem.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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>