diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-31 09:47:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-31 09:47:16 +0000 |
commit | 15b87148d7d597c9fd213f95471b5c6ffb293d38 (patch) | |
tree | ca4687f427a8190f28343634cebe0043e969bd10 /packages/abiword/files/abiword-cxx-for-ld-fix.patch | |
parent | fea72465d5902d262c8771dded37f106b63993e3 (diff) |
abiword-plugins: add latest stable, 2.6.0 and patch it to use CXX for LD
Diffstat (limited to 'packages/abiword/files/abiword-cxx-for-ld-fix.patch')
-rw-r--r-- | packages/abiword/files/abiword-cxx-for-ld-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/abiword/files/abiword-cxx-for-ld-fix.patch b/packages/abiword/files/abiword-cxx-for-ld-fix.patch new file mode 100644 index 0000000000..e49b1e92e5 --- /dev/null +++ b/packages/abiword/files/abiword-cxx-for-ld-fix.patch @@ -0,0 +1,12 @@ +libstc++ isn't in staging anymore, so we must use g++ for linking + +--- /tmp/configure.ac 2008-03-31 11:39:13.130631737 +0200 ++++ abiword-plugins-2.6.0/configure.ac 2008-03-31 11:39:22.754586487 +0200 +@@ -14,6 +14,7 @@ + AC_PROG_INSTALL + AC_PROG_LN_S + AC_PROG_MAKE_SET ++AC_LANG_CPLUSPLUS + + AM_INIT_AUTOMAKE + |