diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:38:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:38:59 +0000 |
commit | b74a4a7253682225c00d79ac69479f96bf46acb6 (patch) | |
tree | a01695f349c2ab2e2fa196fc3016264b5d9b257f /misc/peq/files/patch-ab | |
parent | Add more files to pkg-plist and bump port revision (diff) |
Add back peq, which was prematurely removed by will
Notes
Notes:
svn path=/head/; revision=59885
Diffstat (limited to 'misc/peq/files/patch-ab')
-rw-r--r-- | misc/peq/files/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/peq/files/patch-ab b/misc/peq/files/patch-ab new file mode 100644 index 000000000000..16b3765f7c65 --- /dev/null +++ b/misc/peq/files/patch-ab @@ -0,0 +1,23 @@ +--- 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*); |