diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:39:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 18:39:50 +0000 |
commit | da89f2c264f7a609434154d87f51bd032c0aeb60 (patch) | |
tree | 2f9b8d9ab566abe77fcd04c1acaca83154153842 /graphics/libwmf/files/patch-af | |
parent | The gd library now generates PNG files. Also include a necessary header (diff) |
Fix ${PREFIX}/include files that have bad nested includes.
PR: 19682
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Notes
Notes:
svn path=/head/; revision=30317
Diffstat (limited to 'graphics/libwmf/files/patch-af')
-rw-r--r-- | graphics/libwmf/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libwmf/files/patch-af b/graphics/libwmf/files/patch-af new file mode 100644 index 000000000000..7287aca569cb --- /dev/null +++ b/graphics/libwmf/files/patch-af @@ -0,0 +1,11 @@ +--- Xwmfapi.h Wed Aug 18 04:16:50 1999 ++++ Xwmfapi.h.new Sun Jul 2 17:55:05 2000 +@@ -3,7 +3,7 @@ + #include <X11/Xlib.h> + #include <X11/X.h> + +-#include "myxpm.h" ++#include <X11/xpm.h> + + + typedef struct _X_Struct |