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 | |
parent | eea4bf58013e1d579f3658983bf72812dfadd56d (diff) |
Notes
Diffstat (limited to 'graphics/libwmf/files')
-rw-r--r-- | graphics/libwmf/files/patch-af | 11 | ||||
-rw-r--r-- | graphics/libwmf/files/patch-ag | 9 |
2 files changed, 20 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 diff --git a/graphics/libwmf/files/patch-ag b/graphics/libwmf/files/patch-ag new file mode 100644 index 000000000000..9944353c95cb --- /dev/null +++ b/graphics/libwmf/files/patch-ag @@ -0,0 +1,9 @@ +--- gdwmfapi.h Thu Dec 16 08:18:48 1999 ++++ gdwmfapi.h.new Sun Jul 2 17:53:04 2000 +@@ -1,5 +1,5 @@ + #include "wmfapi.h" +-#include "gd.h" ++#include "xgd/gd.h" + + typedef struct _GD_Struct + { |