diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:05:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:05:28 +0000 |
commit | bddaa2860eb53c9e764c7d68ff68e6100e23d62d (patch) | |
tree | 3b2dab5bde36edc166264c61a72530b936826dac /math/abs/files/patch-ad | |
parent | Update to version 2.903. (diff) |
Update to version 0.8.
PR: 22934
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=35832
Diffstat (limited to 'math/abs/files/patch-ad')
-rw-r--r-- | math/abs/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/abs/files/patch-ad b/math/abs/files/patch-ad new file mode 100644 index 000000000000..1c9cd4cb738e --- /dev/null +++ b/math/abs/files/patch-ad @@ -0,0 +1,11 @@ +--- X11/button.h.orig Thu Nov 16 06:10:42 2000 ++++ X11/button.h Fri Nov 17 03:19:31 2000 +@@ -28,7 +28,7 @@ + #define WIDGET_BUTTON_H + + #include "param.h" +-#include "xpm.h" ++#include <X11/xpm.h> + extern int make_pixmap_from_data (Widget parent, char **bits, Pixmap * bm); + + extern Widget |