diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-08-01 14:24:58 +0000 |
commit | 301e338c6658a836758c69f1afadee091994d30d (patch) | |
tree | 8bdfac0b807a12eb9a241fbb73c3bd7c7fa7a6ba /print/lyx15/files/patch-xpm | |
parent | * Add libgnugetopt dependency. (diff) |
Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility of
building with GTk and Qt frontends needs to be investigated.
The layers upon layers of automake/autoconf/configure.in/configure are
disgusting and call for a nice and clean replacements of Makefiles.
PR: ports/40080 (and a few earlier ones without patches)
Submitted by: KATO Tsuguru
Diffstat (limited to 'print/lyx15/files/patch-xpm')
-rw-r--r-- | print/lyx15/files/patch-xpm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/print/lyx15/files/patch-xpm b/print/lyx15/files/patch-xpm new file mode 100644 index 000000000000..4ca930ba2341 --- /dev/null +++ b/print/lyx15/files/patch-xpm @@ -0,0 +1,7 @@ +--- src/graphics/GraphicsImageXPM.h Thu Mar 21 12:27:08 2002 ++++ src/graphics/GraphicsImageXPM.h Wed Jul 31 18:08:13 2002 +@@ -17,3 +17,3 @@ + #include "GraphicsImage.h" +-#include XPM_H_LOCATION ++#include <X11/xpm.h> + #include "support/smart_ptr.h" |