diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-07 10:32:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 10:32:40 +0000 |
commit | d50e4c11d5f70f83413e881ccd4b90ce5ec133a8 (patch) | |
tree | 50d0f6afa5501a9ce9397b35508d02e08f5f191f /packages/abiword/abiword-2.3.5 | |
parent | cd16218f177d083eb32d7f9f59fc0323b749ccce (diff) |
abiword: add 2.3.5
Diffstat (limited to 'packages/abiword/abiword-2.3.5')
-rw-r--r-- | packages/abiword/abiword-2.3.5/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/abiword/abiword-2.3.5/cdump-hack.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/abiword/abiword-2.3.5/.mtn2git_empty b/packages/abiword/abiword-2.3.5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/abiword/abiword-2.3.5/.mtn2git_empty diff --git a/packages/abiword/abiword-2.3.5/cdump-hack.patch b/packages/abiword/abiword-2.3.5/cdump-hack.patch new file mode 100644 index 0000000000..afe75287e5 --- /dev/null +++ b/packages/abiword/abiword-2.3.5/cdump-hack.patch @@ -0,0 +1,11 @@ +--- abi/src/wp/ap/xp/GNUmakefile.am.orig 2005-05-09 21:33:34.915201456 +0000 ++++ abi/src/wp/ap/xp/GNUmakefile.am 2005-05-09 21:33:49.341008400 +0000 +@@ -107,7 +107,7 @@ + ap_wp_sidebar.cpp + + CDUMP=$(top_srcdir)/src/tools/cdump/xp/cdump.c +-CDUMPAPP=$(top_builddir)/src/tools/cdump/xp/cdump ++CDUMPAPP=cdump + + ap_wp_splash.cpp: $(CDUMP) $(srcdir)/splash.png + $(CDUMPAPP) $(srcdir)/splash.png g_pngSplash > ap_wp_splash.cpp |