diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-01 00:53:16 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-01 00:53:16 +0000 |
commit | ec3175aec8fbe953c075cd3c3a1bb6164803e316 (patch) | |
tree | 529eb8d19e4e1273a5b9077b16632a1ede5b2b1c /editors/AbiWord/files | |
parent | 35d6c9d6de9708284bbbfb80c5bf0cf7916c7fe9 (diff) | |
download | FreeBSD-ports-ec3175aec8fbe953c075cd3c3a1bb6164803e316.zip FreeBSD-ports-ec3175aec8fbe953c075cd3c3a1bb6164803e316.tar.gz |
Update to 0.7.6
PR: 14627
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'editors/AbiWord/files')
-rw-r--r-- | editors/AbiWord/files/patch-aa | 22 | ||||
-rw-r--r-- | editors/AbiWord/files/patch-af | 19 | ||||
-rw-r--r-- | editors/AbiWord/files/patch-ag | 22 |
3 files changed, 31 insertions, 32 deletions
diff --git a/editors/AbiWord/files/patch-aa b/editors/AbiWord/files/patch-aa index ce0149f..3d08634 100644 --- a/editors/AbiWord/files/patch-aa +++ b/editors/AbiWord/files/patch-aa @@ -1,11 +1,11 @@ ---- af/gr/unix/Makefile.orig Fri Apr 9 08:47:46 1999 -+++ af/gr/unix/Makefile Sun May 9 10:40:19 1999 -@@ -25,7 +25,7 @@ - CPPSRCS= gr_UnixGraphics.cpp \ - gr_UnixImage.cpp - --INCLUDES= -I/usr/X11R6/include -+INCLUDES= -I/usr/local/include -I/usr/X11R6/include - - TARGETS= $(OBJS) - +--- wp/impexp/xp/ie_imp_MsWord_97.h Sun Oct 31 14:05:06 1999 ++++ wp/impexp/xp/ie_imp_MsWord_97.h.new Sun Oct 31 14:05:27 1999 +@@ -24,7 +24,7 @@ + //#include <stdlib.h> + #include <stdio.h> + #include "wv.h" +-#include "xmlparse.h" ++#include <xmlparse.h> + #include "ut_vector.h" + #include "ut_stack.h" + #include "ie_imp.h" diff --git a/editors/AbiWord/files/patch-af b/editors/AbiWord/files/patch-af index dc6c520..9d748542 100644 --- a/editors/AbiWord/files/patch-af +++ b/editors/AbiWord/files/patch-af @@ -1,10 +1,11 @@ ---- af/xap/unix/xap_UnixFont.cpp.orig Tue Apr 20 07:35:11 1999 -+++ af/xap/unix/xap_UnixFont.cpp Sun May 9 10:40:19 1999 -@@ -21,6 +21,7 @@ - #include <stdarg.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/stat.h> +--- af/util/xp/ut_png.cpp Fri Feb 19 12:20:25 1999 ++++ af/util/xp/ut_png.cpp.new Sat Oct 30 19:10:59 1999 +@@ -17,7 +17,7 @@ + * 02111-1307, USA. + */ - #include "ut_string.h" +-#include "png.h" ++#include <png.h> + + #include "ut_assert.h" + #include "ut_bytebuf.h" diff --git a/editors/AbiWord/files/patch-ag b/editors/AbiWord/files/patch-ag index 1681bef..6405e7d 100644 --- a/editors/AbiWord/files/patch-ag +++ b/editors/AbiWord/files/patch-ag @@ -1,13 +1,11 @@ ---- config/abi_defs.mk.orig Thu Apr 29 10:46:27 1999 -+++ config/abi_defs.mk Sun May 9 10:40:19 1999 -@@ -230,8 +230,8 @@ - ## We should change this when get non-gtk versions on unix.... +--- wp/impexp/xp/ie_imp_AbiWord_1.h Thu Jul 22 14:29:34 1999 ++++ wp/impexp/xp/ie_imp_AbiWord_1.h.new Sat Oct 30 21:37:43 1999 +@@ -22,7 +22,7 @@ + #define IE_IMP_ABIWORD_1_H - ifeq ($(ABI_NATIVE),unix) --CFLAGS += `gtk-config --cflags` --EXTRA_LIBS += `gtk-config --libs` -+CFLAGS += `gtk12-config --cflags` -+EXTRA_LIBS += `gtk12-config --libs` - endif - - ################################################################## + #include <stdio.h> +-#include "xmlparse.h" ++#include <xmlparse.h> + #include "ut_vector.h" + #include "ut_stack.h" + #include "ie_imp.h" |