diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /misc/peq/files/patch-ab | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'misc/peq/files/patch-ab')
-rw-r--r-- | misc/peq/files/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/misc/peq/files/patch-ab b/misc/peq/files/patch-ab deleted file mode 100644 index 16b3765f7c65..000000000000 --- a/misc/peq/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- xconfig.h.orig Thu Mar 25 08:47:31 1999 -+++ xconfig.h Fri May 24 04:35:10 2002 -@@ -4,10 +4,10 @@ - #include <time.h> - #include <string.h> - #include <strings.h> --#include <qapplication.h> --#include <qpushbutton.h> --#include <qlabel.h> --#include <qstring.h> -+#include <X11/qt1/qapplication.h> -+#include <X11/qt1/qpushbutton.h> -+#include <X11/qt1/qlabel.h> -+#include <X11/qt1/qstring.h> - - /* strmid.cpp */ - char strmid(char*,char*,int,int); -@@ -32,4 +32,4 @@ - long fsize(FILE*); - - /* xpeq.cpp */ --void f(char*); -+void f(char*); |