diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-12 10:13:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 10:13:14 +0000 |
commit | 2958e36d6fa99af4d5b70e9dac22013ca80158b0 (patch) | |
tree | 55a2fdbe59ba9ade4e63751aca561f47ecea7d0a /packages/abiword/abiword-2.3.6 | |
parent | 9e184abb76de11a7f3441cf9e981150cf972553d (diff) | |
parent | 4d1ff99b4ce88be90171e9f62066a4d09ef7bafc (diff) |
merge of 014c14278f078f6dfed141f49e7c46dc3a059ae9
and 8decd470419c4875b29486bd2b5a7012bedb9427
Diffstat (limited to 'packages/abiword/abiword-2.3.6')
-rw-r--r-- | packages/abiword/abiword-2.3.6/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/abiword/abiword-2.3.6/cdump-hack.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/abiword/abiword-2.3.6/.mtn2git_empty b/packages/abiword/abiword-2.3.6/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/abiword/abiword-2.3.6/.mtn2git_empty diff --git a/packages/abiword/abiword-2.3.6/cdump-hack.patch b/packages/abiword/abiword-2.3.6/cdump-hack.patch new file mode 100644 index 0000000000..afe75287e5 --- /dev/null +++ b/packages/abiword/abiword-2.3.6/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 |