aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abiword/files/abiword-cxx-for-ld-fix.patch
blob: e49b1e92e51f05aad3c87a68fa437db018c0702b (plain)
1
2
3
4
5
6
7
8
9
10
11
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