diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-13 13:39:03 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-13 13:39:03 +0000 |
commit | e52ad364d3a48beb2b430381c5af3d0cb86593bb (patch) | |
tree | 52cc9517b651560d3d70eece44a2a75b0045ecb7 /editors/axe/files/patch-ag | |
parent | 3f6015512d04e07044a65e5d1a3020c86b363fde (diff) | |
download | FreeBSD-ports-e52ad364d3a48beb2b430381c5af3d0cb86593bb.zip FreeBSD-ports-e52ad364d3a48beb2b430381c5af3d0cb86593bb.tar.gz |
- Add x11-toolkits/Xaw3d to LIB_DEPENDS
- Fix new compiler error
- Add missing MAN1 line
PR: 22811
Submitted by: Ports Fury
Diffstat (limited to 'editors/axe/files/patch-ag')
-rw-r--r-- | editors/axe/files/patch-ag | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/axe/files/patch-ag b/editors/axe/files/patch-ag new file mode 100644 index 0000000..13ea7e0 --- /dev/null +++ b/editors/axe/files/patch-ag @@ -0,0 +1,9 @@ +--- Widgets/Preference.h.orig Thu Apr 7 01:07:47 1994 ++++ Widgets/Preference.h Sat Nov 11 12:14:04 2000 +@@ -47,6 +47,5 @@ + } PreferenceReturnStruct; + + #define XtNenterCallback "enterCallback" +-#define XtNcancelCallback "cancelCallback" + + #endif /* _Preference_h */ |