diff options
author | ade <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | d928200809b11974205cc2ebc7e01aa53e9095f4 (patch) | |
tree | d7b35ef4cd6b2c75fd97640d26ec1ce4666d6041 /editors/AbiWord2/files/patch-avoid-gnomeole2 | |
parent | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (diff) | |
download | FreeBSD-ports-d928200809b11974205cc2ebc7e01aa53e9095f4.zip FreeBSD-ports-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.gz |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Diffstat (limited to 'editors/AbiWord2/files/patch-avoid-gnomeole2')
-rw-r--r-- | editors/AbiWord2/files/patch-avoid-gnomeole2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-avoid-gnomeole2 b/editors/AbiWord2/files/patch-avoid-gnomeole2 new file mode 100644 index 0000000..7140602 --- /dev/null +++ b/editors/AbiWord2/files/patch-avoid-gnomeole2 @@ -0,0 +1,21 @@ +--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001 ++++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001 +@@ -14,3 +14,3 @@ + +-#include <libole2/ms-ole-vba.h> ++#include "ms-ole-vba.h" + +--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000 ++++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001 +@@ -12,3 +12,3 @@ + +-#include <libole2/ms-ole.h> ++#include "ms-ole.h" + +--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001 ++++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001 +@@ -38,3 +38,3 @@ + +-#include <libole2/ms-ole.h> ++#include "ms-ole.h" + |