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-ac | |
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-ac')
-rw-r--r-- | misc/peq/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/peq/files/patch-ac b/misc/peq/files/patch-ac new file mode 100644 index 000000000000..09602f308fc8 --- /dev/null +++ b/misc/peq/files/patch-ac @@ -0,0 +1,13 @@ +--- ./xpeq.cpp.orig Thu Mar 25 08:47:31 1999 ++++ ./xpeq.cpp Fri May 24 04:35:40 2002 +@@ -1,8 +1,8 @@ + + #include "xconfig.h" + #include "lib_path.h" +-#include <qmenubar.h> +-#include <qpopupmenu.h> ++#include <X11/qt1/qmenubar.h> ++#include <X11/qt1/qpopupmenu.h> + + int cho; + int wrd; |