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-ae | |
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-ae')
-rw-r--r-- | math/abs/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/abs/files/patch-ae b/math/abs/files/patch-ae new file mode 100644 index 000000000000..33cd135015c9 --- /dev/null +++ b/math/abs/files/patch-ae @@ -0,0 +1,11 @@ +--- X11/popnindex.h.orig Thu Nov 16 06:10:42 2000 ++++ X11/popnindex.h Fri Nov 17 03:20:13 2000 +@@ -29,7 +29,7 @@ + + #include <stdio.h> + #include "param.h" +-#include "xpm.h" ++#include <X11/xpm.h> + + extern void m_paste (); + extern void m_cut (); |