gnu: upower: Enable GObject introspection.
[jackhill/guix/guix.git] / gnu / packages / patches / abiword-pass-no-undefined-to-linker.patch
CommitLineData
698d2280
MB
1gcc/g++ chokes on --no-undefined, so instead pass it directly to the linker.
2
3--- a/plugins/loadbindings/Makefile.in 2010-06-13 23:17:48.000000000 +0200
4+++ b/plugins/loadbindings/Makefile.in 2014-09-06 11:03:21.151951221 +0200
5@@ -433,7 +433,7 @@
6 $(LOADBINDINGS_LIBS) \
7 -avoid-version \
8 -module \
9- -no-undefined
10+ -Wl,--no-undefined
11
12 loadbindings_la_SOURCES =
13 nodist_EXTRA_loadbindings_la_SOURCES = dummy.cpp
14
15--- a/plugins/pdf/Makefile.in 2010-06-13 23:17:53.000000000 +0200
16+++ b/plugins/pdf/Makefile.in 2014-09-06 11:03:21.207951223 +0200
17@@ -431,7 +431,7 @@
18 $(PDF_LIBS) \
19 -avoid-version \
20 -module \
21- -no-undefined
22+ -Wl,--no-undefined
23
24 pdf_la_SOURCES =
25 nodist_EXTRA_pdf_la_SOURCES = dummy.cpp
26
27--- a/plugins/xslfo/Makefile.in 2010-06-13 23:17:55.000000000 +0200
28+++ b/plugins/xslfo/Makefile.in 2014-09-06 11:03:21.227951224 +0200
29@@ -431,7 +431,7 @@
30 $(XSLFO_LIBS) \
31 -avoid-version \
32 -module \
33- -no-undefined
34+ -Wl,--no-undefined
35
36 xslfo_la_SOURCES =
37 nodist_EXTRA_xslfo_la_SOURCES = dummy.cpp
38
39--- a/plugins/gda/Makefile.in 2010-06-13 23:17:45.000000000 +0200
40+++ b/plugins/gda/Makefile.in 2014-09-06 11:03:21.251951225 +0200
41@@ -425,7 +425,7 @@
42 $(GDA_LIBS) \
43 -avoid-version \
44 -module \
45- -no-undefined
46+ -Wl,--no-undefined
47
48 gda_la_SOURCES =
49 EXTRA_DIST = \
50
51--- a/plugins/wikipedia/Makefile.in 2010-06-13 23:17:54.000000000 +0200
52+++ b/plugins/wikipedia/Makefile.in 2014-09-06 11:03:21.271951225 +0200
53@@ -431,7 +431,7 @@
54 $(WIKIPEDIA_LIBS) \
55 -avoid-version \
56 -module \
57- -no-undefined
58+ -Wl,--no-undefined
59
60 wikipedia_la_SOURCES =
61 nodist_EXTRA_wikipedia_la_SOURCES = dummy.cpp
62
63--- a/plugins/collab/Makefile.in 2010-06-13 23:17:41.000000000 +0200
64+++ b/plugins/collab/Makefile.in 2014-09-06 11:03:21.291951226 +0200
65@@ -435,7 +435,7 @@
66 @TOOLKIT_COCOA_FALSE@ $(SYSTEM_LIBS) \
67 @TOOLKIT_COCOA_FALSE@ -avoid-version \
68 @TOOLKIT_COCOA_FALSE@ -module \
69-@TOOLKIT_COCOA_FALSE@ -no-undefined
70+@TOOLKIT_COCOA_FALSE@ -Wl,--no-undefined
71
72 @TOOLKIT_COCOA_FALSE@collab_la_SOURCES =
73 @TOOLKIT_COCOA_FALSE@nodist_EXTRA_collab_la_SOURCES = dummy.cpp
74
75--- a/plugins/paint/Makefile.in 2010-06-13 23:17:52.000000000 +0200
76+++ b/plugins/paint/Makefile.in 2014-09-06 11:03:21.315951227 +0200
77@@ -432,7 +432,7 @@
78 $(PAINT_LIBS) \
79 -avoid-version \
80 -module \
81- -no-undefined
82+ -Wl,--no-undefined
83
84 paint_la_SOURCES =
85 nodist_EXTRA_paint_la_SOURCES = dummy.cpp
86
87--- a/plugins/garble/Makefile.in 2010-06-13 23:17:45.000000000 +0200
88+++ b/plugins/garble/Makefile.in 2014-09-06 11:03:21.335951227 +0200
89@@ -433,7 +433,7 @@
90 @TOOLKIT_COCOA_FALSE@ $(GARBLE_LIBS) \
91 @TOOLKIT_COCOA_FALSE@ -avoid-version \
92 @TOOLKIT_COCOA_FALSE@ -module \
93-@TOOLKIT_COCOA_FALSE@ -no-undefined
94+@TOOLKIT_COCOA_FALSE@ -Wl,--no-undefined
95
96 @TOOLKIT_COCOA_FALSE@garble_la_SOURCES =
97 @TOOLKIT_COCOA_FALSE@nodist_EXTRA_garble_la_SOURCES = dummy.cpp
98
99--- a/plugins/latex/Makefile.in 2010-06-13 23:17:48.000000000 +0200
100+++ b/plugins/latex/Makefile.in 2014-09-06 11:03:21.359951228 +0200
101@@ -432,7 +432,7 @@
102 $(LATEX_LIBS) \
103 -avoid-version \
104 -module \
105- -no-undefined
106+ -Wl,--no-undefined
107
108 latex_la_SOURCES =
109 nodist_EXTRA_latex_la_SOURCES = dummy.cpp
110
111--- a/plugins/mht/Makefile.in 2010-06-13 23:17:49.000000000 +0200
112+++ b/plugins/mht/Makefile.in 2014-09-06 11:03:21.379951229 +0200
113@@ -428,7 +428,7 @@
114 $(MHT_LIBS) \
115 -avoid-version \
116 -module \
117- -no-undefined
118+ -Wl,--no-undefined
119
120 mht_la_SOURCES =
121 nodist_EXTRA_mht_la_SOURCES = dummy.cpp
122
123--- a/plugins/google/Makefile.in 2010-06-13 23:17:46.000000000 +0200
124+++ b/plugins/google/Makefile.in 2014-09-06 11:03:21.399951230 +0200
125@@ -431,7 +431,7 @@
126 $(GOOGLE_LIBS) \
127 -avoid-version \
128 -module \
129- -no-undefined
130+ -Wl,--no-undefined
131
132 google_la_SOURCES =
133 nodist_EXTRA_google_la_SOURCES = dummy.cpp
134
135--- a/plugins/babelfish/Makefile.in 2010-06-13 23:17:40.000000000 +0200
136+++ b/plugins/babelfish/Makefile.in 2014-09-06 11:03:21.419951230 +0200
137@@ -431,7 +431,7 @@
138 $(BABELFISH_LIBS) \
139 -avoid-version \
140 -module \
141- -no-undefined
142+ -Wl,--no-undefined
143
144 babelfish_la_SOURCES =
145 nodist_EXTRA_babelfish_la_SOURCES = dummy.cpp
146
147--- a/plugins/opendocument/Makefile.in 2010-06-13 23:17:50.000000000 +0200
148+++ b/plugins/opendocument/Makefile.in 2014-09-06 11:03:21.443951231 +0200
149@@ -436,7 +436,7 @@
150 $(OPENDOCUMENT_LIBS) \
151 -avoid-version \
152 -module \
153- -no-undefined
154+ -Wl,--no-undefined
155
156 opendocument_la_SOURCES =
157
158--- a/plugins/opml/Makefile.in 2010-06-13 23:17:51.000000000 +0200
159+++ b/plugins/opml/Makefile.in 2014-09-06 11:03:21.463951232 +0200
160@@ -431,7 +431,7 @@
161 $(OPML_LIBS) \
162 -avoid-version \
163 -module \
164- -no-undefined
165+ -Wl,--no-undefined
166
167 opml_la_SOURCES =
168 nodist_EXTRA_opml_la_SOURCES = dummy.cpp
169
170--- a/plugins/gimp/Makefile.in 2010-06-13 23:17:46.000000000 +0200
171+++ b/plugins/gimp/Makefile.in 2014-09-06 11:03:21.483951232 +0200
172@@ -431,7 +431,7 @@
173 $(GIMP_LIBS) \
174 -avoid-version \
175 -module \
176- -no-undefined
177+ -Wl,--no-undefined
178
179 gimp_la_SOURCES =
180 nodist_EXTRA_gimp_la_SOURCES = dummy.cpp
181
182--- a/plugins/mswrite/Makefile.in 2010-06-13 23:17:49.000000000 +0200
183+++ b/plugins/mswrite/Makefile.in 2014-09-06 11:03:21.507951233 +0200
184@@ -431,7 +431,7 @@
185 $(MSWRITE_LIBS) \
186 -avoid-version \
187 -module \
188- -no-undefined
189+ -Wl,--no-undefined
190
191 mswrite_la_SOURCES =
192 nodist_EXTRA_mswrite_la_SOURCES = dummy.cpp
193
194--- a/plugins/wordperfect/Makefile.in 2010-06-13 23:17:55.000000000 +0200
195+++ b/plugins/wordperfect/Makefile.in 2014-09-06 11:03:21.527951234 +0200
196@@ -429,7 +429,7 @@
197 $(WORDPERFECT_LIBS) \
198 -avoid-version \
199 -module \
200- -no-undefined
201+ -Wl,--no-undefined
202
203 wordperfect_la_SOURCES =
204 nodist_EXTRA_wordperfect_la_SOURCES = dummy.cpp
205
206--- a/plugins/pdb/Makefile.in 2010-06-13 23:17:53.000000000 +0200
207+++ b/plugins/pdb/Makefile.in 2014-09-06 11:03:21.547951234 +0200
208@@ -431,7 +431,7 @@
209 $(PDB_LIBS) \
210 -avoid-version \
211 -module \
212- -no-undefined
213+ -Wl,--no-undefined
214
215 pdb_la_SOURCES =
216 nodist_EXTRA_pdb_la_SOURCES = dummy.cpp
217
218--- a/plugins/ots/Makefile.in 2010-06-13 23:17:52.000000000 +0200
219+++ b/plugins/ots/Makefile.in 2014-09-06 11:03:21.571951235 +0200
220@@ -425,7 +425,7 @@
221 $(OTS_LIBS) \
222 -avoid-version \
223 -module \
224- -no-undefined
225+ -Wl,--no-undefined
226
227 ots_la_SOURCES =
228 EXTRA_DIST = \
229
230--- a/plugins/wml/Makefile.in 2010-06-13 23:17:55.000000000 +0200
231+++ b/plugins/wml/Makefile.in 2014-09-06 11:03:21.591951236 +0200
232@@ -431,7 +431,7 @@
233 $(WML_LIBS) \
234 -avoid-version \
235 -module \
236- -no-undefined
237+ -Wl,--no-undefined
238
239 wml_la_SOURCES =
240 nodist_EXTRA_wml_la_SOURCES = dummy.cpp
241
242--- a/plugins/bmp/Makefile.in 2010-06-13 23:17:40.000000000 +0200
243+++ b/plugins/bmp/Makefile.in 2014-09-06 11:03:21.615951237 +0200
244@@ -431,7 +431,7 @@
245 $(BMP_LIBS) \
246 -avoid-version \
247 -module \
248- -no-undefined
249+ -Wl,--no-undefined
250
251 bmp_la_SOURCES =
252 nodist_EXTRA_bmp_la_SOURCES = dummy.cpp
253
254--- a/plugins/applix/Makefile.in 2010-06-13 23:17:40.000000000 +0200
255+++ b/plugins/applix/Makefile.in 2014-09-06 11:03:21.635951237 +0200
256@@ -431,7 +431,7 @@
257 $(APPLIX_LIBS) \
258 -avoid-version \
259 -module \
260- -no-undefined
261+ -Wl,--no-undefined
262
263 applix_la_SOURCES =
264
265--- a/plugins/iscii/Makefile.in 2010-06-13 23:17:47.000000000 +0200
266+++ b/plugins/iscii/Makefile.in 2014-09-06 11:03:21.659951238 +0200
267@@ -431,7 +431,7 @@
268 $(ISCII_LIBS) \
269 -avoid-version \
270 -module \
271- -no-undefined
272+ -Wl,--no-undefined
273
274 iscii_la_SOURCES =
275 nodist_EXTRA_iscii_la_SOURCES = dummy.cpp
276
277--- a/plugins/gdict/Makefile.in 2010-06-13 23:17:46.000000000 +0200
278+++ b/plugins/gdict/Makefile.in 2014-09-06 11:03:21.679951239 +0200
279@@ -429,7 +429,7 @@
280 @TOOLKIT_GTK_TRUE@ $(GDICT_LIBS) \
281 @TOOLKIT_GTK_TRUE@ -avoid-version \
282 @TOOLKIT_GTK_TRUE@ -module \
283-@TOOLKIT_GTK_TRUE@ -no-undefined
284+@TOOLKIT_GTK_TRUE@ -Wl,--no-undefined
285
286 @TOOLKIT_GTK_TRUE@gdict_la_SOURCES =
287 @TOOLKIT_GTK_TRUE@EXTRA_DIST = \
288
289--- a/plugins/openwriter/Makefile.in 2010-06-13 23:17:50.000000000 +0200
290+++ b/plugins/openwriter/Makefile.in 2014-09-06 11:03:21.699951239 +0200
291@@ -432,7 +432,7 @@
292 $(OPENWRITER_LIBS) \
293 -avoid-version \
294 -module \
295- -no-undefined
296+ -Wl,--no-undefined
297
298 openwriter_la_SOURCES =
299 nodist_EXTRA_openwriter_la_SOURCES = dummy.cpp
300
301--- a/plugins/sdw/Makefile.in 2010-06-13 23:17:54.000000000 +0200
302+++ b/plugins/sdw/Makefile.in 2014-09-06 11:03:21.723951240 +0200
303@@ -431,7 +431,7 @@
304 $(SDW_LIBS) \
305 -avoid-version \
306 -module \
307- -no-undefined
308+ -Wl,--no-undefined
309
310 sdw_la_SOURCES =
311 nodist_EXTRA_sdw_la_SOURCES = dummy.cpp
312
313--- a/plugins/grammar/Makefile.in 2010-06-13 23:17:47.000000000 +0200
314+++ b/plugins/grammar/Makefile.in 2014-09-06 11:03:21.747951241 +0200
315@@ -430,7 +430,7 @@
316 $(GRAMMAR_LIBS) \
317 -avoid-version \
318 -module \
319- -no-undefined
320+ -Wl,--no-undefined
321
322 nodist_EXTRA_grammar_la_SOURCES = dummy.cpp
323 grammar_la_SOURCES =
324
325--- a/plugins/urldict/Makefile.in 2010-06-13 23:17:54.000000000 +0200
326+++ b/plugins/urldict/Makefile.in 2014-09-06 11:03:21.779951242 +0200
327@@ -431,7 +431,7 @@
328 $(URLDICT_LIBS) \
329 -avoid-version \
330 -module \
331- -no-undefined
332+ -Wl,--no-undefined
333
334 urldict_la_SOURCES =
335 nodist_EXTRA_urldict_la_SOURCES = dummy.cpp
336
337--- a/plugins/wmf/Makefile.in 2010-06-13 23:17:55.000000000 +0200
338+++ b/plugins/wmf/Makefile.in 2014-09-06 11:03:21.799951243 +0200
339@@ -428,7 +428,7 @@
340 $(WMF_LIBS) \
341 -avoid-version \
342 -module \
343- -no-undefined
344+ -Wl,--no-undefined
345
346 wmf_la_SOURCES =
347 nodist_EXTRA_wmf_la_SOURCES = dummy.cpp
348
349--- a/plugins/mif/Makefile.in 2010-06-13 23:17:49.000000000 +0200
350+++ b/plugins/mif/Makefile.in 2014-09-06 11:03:21.819951243 +0200
351@@ -431,7 +431,7 @@
352 $(MIF_LIBS) \
353 -avoid-version \
354 -module \
355- -no-undefined
356+ -Wl,--no-undefined
357
358 mif_la_SOURCES =
359 nodist_EXTRA_mif_la_SOURCES = dummy.cpp
360
361--- a/plugins/eml/Makefile.in 2010-06-13 23:17:45.000000000 +0200
362+++ b/plugins/eml/Makefile.in 2014-09-06 11:03:21.843951244 +0200
363@@ -431,7 +431,7 @@
364 $(EML_LIBS) \
365 -avoid-version \
366 -module \
367- -no-undefined
368+ -Wl,--no-undefined
369
370 eml_la_SOURCES =
371 nodist_EXTRA_eml_la_SOURCES = dummy.cpp
372
373--- a/plugins/openxml/Makefile.in 2010-06-13 23:17:51.000000000 +0200
374+++ b/plugins/openxml/Makefile.in 2014-09-06 11:03:21.863951245 +0200
375@@ -434,7 +434,7 @@
376 $(OPENXML_LIBS) \
377 -avoid-version \
378 -module \
379- -no-undefined
380+ -Wl,--no-undefined
381
382 openxml_la_SOURCES =
383 nodist_EXTRA_openxml_la_SOURCES = dummy.cpp
384
385--- a/plugins/goffice/Makefile.in 2010-06-13 23:17:46.000000000 +0200
386+++ b/plugins/goffice/Makefile.in 2014-09-06 11:03:21.883951245 +0200
387@@ -425,7 +425,7 @@
388 $(GOFFICE_LIBS) \
389 -avoid-version \
390 -module \
391- -no-undefined
392+ -Wl,--no-undefined
393
394 goffice_la_SOURCES =
395 EXTRA_DIST = \
396
397--- a/plugins/passepartout/Makefile.in 2010-06-13 23:17:52.000000000 +0200
398+++ b/plugins/passepartout/Makefile.in 2014-09-06 11:03:21.907951246 +0200
399@@ -433,7 +433,7 @@
400 $(PASSEPARTOUT_LIBS) \
401 -avoid-version \
402 -module \
403- -no-undefined
404+ -Wl,--no-undefined
405
406 passepartout_la_SOURCES =
407 nodist_EXTRA_passepartout_la_SOURCES = dummy.cpp
408
409--- a/plugins/clarisworks/Makefile.in 2010-06-13 23:17:41.000000000 +0200
410+++ b/plugins/clarisworks/Makefile.in 2014-09-06 11:03:21.927951247 +0200
411@@ -433,7 +433,7 @@
412 $(CLARISWORKS_LIBS) \
413 -avoid-version \
414 -module \
415- -no-undefined
416+ -Wl,--no-undefined
417
418 clarisworks_la_SOURCES =
419 nodist_EXTRA_clarisworks_la_SOURCES = dummy.cpp
420
421--- a/plugins/command/Makefile.in 2010-06-13 23:17:44.000000000 +0200
422+++ b/plugins/command/Makefile.in 2014-09-06 11:03:21.947951247 +0200
423@@ -426,7 +426,7 @@
424 @TOOLKIT_COCOA_FALSE@ $(COMMAND_LIBS) \
425 @TOOLKIT_COCOA_FALSE@ -avoid-version \
426 @TOOLKIT_COCOA_FALSE@ -module \
427-@TOOLKIT_COCOA_FALSE@ -no-undefined
428+@TOOLKIT_COCOA_FALSE@ -Wl,--no-undefined
429
430 @TOOLKIT_COCOA_FALSE@command_la_SOURCES =
431 all: all-recursive
432
433--- a/plugins/presentation/Makefile.in 2010-06-13 23:17:53.000000000 +0200
434+++ b/plugins/presentation/Makefile.in 2014-09-06 11:03:21.971951248 +0200
435@@ -433,7 +433,7 @@
436 $(PRESENTATION_LIBS) \
437 -avoid-version \
438 -module \
439- -no-undefined
440+ -Wl,--no-undefined
441
442 presentation_la_SOURCES =
443 nodist_EXTRA_presentation_la_SOURCES = dummy.cpp
444
445--- a/plugins/psion/Makefile.in 2010-06-13 23:17:53.000000000 +0200
446+++ b/plugins/psion/Makefile.in 2014-09-06 11:03:21.991951249 +0200
447@@ -427,7 +427,7 @@
448 $(PSION_LIBS) \
449 -avoid-version \
450 -module \
451- -no-undefined
452+ -Wl,--no-undefined
453
454 psion_la_SOURCES =
455 EXTRA_DIST = \
456
457--- a/plugins/rsvg/Makefile.in 2010-06-13 23:17:53.000000000 +0200
458+++ b/plugins/rsvg/Makefile.in 2014-09-06 11:03:22.011951250 +0200
459@@ -430,7 +430,7 @@
460 rsvg_la_LDFLAGS = \
461 -avoid-version \
462 -module \
463- -no-undefined
464+ -Wl,--no-undefined
465
466 rsvg_la_SOURCES =
467 nodist_EXTRA_rsvg_la_SOURCES = dummy.cpp
468
469--- a/plugins/wpg/Makefile.in 2010-06-13 23:17:55.000000000 +0200
470+++ b/plugins/wpg/Makefile.in 2014-09-06 11:03:22.035951250 +0200
471@@ -428,7 +428,7 @@
472 $(WPG_LIBS) \
473 -avoid-version \
474 -module \
475- -no-undefined
476+ -Wl,--no-undefined
477
478 wpg_la_SOURCES =
479 nodist_EXTRA_wpg_la_SOURCES = dummy.cpp
480
481--- a/plugins/t602/Makefile.in 2010-06-13 23:17:54.000000000 +0200
482+++ b/plugins/t602/Makefile.in 2014-09-06 11:03:22.055951251 +0200
483@@ -431,7 +431,7 @@
484 $(T602_LIBS) \
485 -avoid-version \
486 -module \
487- -no-undefined
488+ -Wl,--no-undefined
489
490 t602_la_SOURCES =
491 nodist_EXTRA_t602_la_SOURCES = dummy.cpp
492
493--- a/plugins/docbook/Makefile.in 2010-06-13 23:17:44.000000000 +0200
494+++ b/plugins/docbook/Makefile.in 2014-09-06 11:03:22.075951252 +0200
495@@ -431,7 +431,7 @@
496 $(DOCBOOK_LIBS) \
497 -avoid-version \
498 -module \
499- -no-undefined
500+ -Wl,--no-undefined
501
502 docbook_la_SOURCES =
503 nodist_EXTRA_docbook_la_SOURCES = dummy.cpp
504
505--- a/plugins/hrtext/Makefile.in 2010-06-13 23:17:47.000000000 +0200
506+++ b/plugins/hrtext/Makefile.in 2014-09-06 11:03:22.099951252 +0200
507@@ -431,7 +431,7 @@
508 $(HRTEXT_LIBS) \
509 -avoid-version \
510 -module \
511- -no-undefined
512+ -Wl,--no-undefined
513
514 hrtext_la_SOURCES =
515 nodist_EXTRA_hrtext_la_SOURCES = dummy.cpp
516
517--- a/plugins/s5/Makefile.in 2010-06-13 23:17:54.000000000 +0200
518+++ b/plugins/s5/Makefile.in 2014-09-06 11:03:22.119951253 +0200
519@@ -431,7 +431,7 @@
520 $(S5_LIBS) \
521 -avoid-version \
522 -module \
523- -no-undefined
524+ -Wl,--no-undefined
525
526 s5_la_SOURCES =
527 nodist_EXTRA_s5_la_SOURCES = dummy.cpp
528
529--- a/plugins/hancom/Makefile.in 2010-06-13 23:17:47.000000000 +0200
530+++ b/plugins/hancom/Makefile.in 2014-09-06 11:03:22.143951254 +0200
531@@ -431,7 +431,7 @@
532 $(HANCOM_LIBS) \
533 -avoid-version \
534 -module \
535- -no-undefined
536+ -Wl,--no-undefined
537
538 hancom_la_SOURCES =
539 nodist_EXTRA_hancom_la_SOURCES = dummy.cpp
540
541--- a/plugins/aiksaurus/Makefile.in 2010-06-13 23:17:40.000000000 +0200
542+++ b/plugins/aiksaurus/Makefile.in 2014-09-06 11:03:22.163951255 +0200
543@@ -428,7 +428,7 @@
544 $(AIKSAURUS_LIBS) \
545 -avoid-version \
546 -module \
547- -no-undefined
548+ -Wl,--no-undefined
549
550 aiksaurus_la_SOURCES =
551 all: all-recursive
552
553--- a/plugins/kword/Makefile.in 2010-06-13 23:17:48.000000000 +0200
554+++ b/plugins/kword/Makefile.in 2014-09-06 11:03:22.183951255 +0200
555@@ -431,7 +431,7 @@
556 $(KWORD_LIBS) \
557 -avoid-version \
558 -module \
559- -no-undefined
560+ -Wl,--no-undefined
561
562 kword_la_SOURCES =
563 nodist_EXTRA_kword_la_SOURCES = dummy.cpp
564
565--- a/plugins/freetranslation/Makefile.in 2010-06-13 23:17:45.000000000 +0200
566+++ b/plugins/freetranslation/Makefile.in 2014-09-06 11:03:22.207951256 +0200
567@@ -433,7 +433,7 @@
568 $(FREETRANSLATION_LIBS) \
569 -avoid-version \
570 -module \
571- -no-undefined
572+ -Wl,--no-undefined
573
574 freetranslation_la_SOURCES =
575 nodist_EXTRA_freetranslation_la_SOURCES = dummy.cpp
576
577--- a/plugins/mathview/Makefile.in 2010-06-13 23:17:48.000000000 +0200
578+++ b/plugins/mathview/Makefile.in 2014-09-06 11:03:22.227951257 +0200
579@@ -429,7 +429,7 @@
580 $(MATHVIEW_LIBS) \
581 -avoid-version \
582 -module \
583- -no-undefined
584+ -Wl,--no-undefined
585
586 nodist_EXTRA_mathview_la_SOURCES = dummy.cpp
587 mathview_la_SOURCES =
588
589--- a/src/Makefile.in 2014-09-06 08:42:45.000000000 +0200
590+++ b/src/Makefile.in 2014-09-06 11:17:48.287979611 +0200
591@@ -538,7 +538,7 @@
592
593 @TOOLKIT_COCOA_TRUE@AbiWord_LDFLAGS = \
594 @TOOLKIT_COCOA_TRUE@ $(DEPS_LIBS) \
595-@TOOLKIT_COCOA_TRUE@ --no-undefined \
596+@TOOLKIT_COCOA_TRUE@ -Wl,--no-undefined \
597 @TOOLKIT_COCOA_TRUE@ -avoid-version \
598 @TOOLKIT_COCOA_TRUE@ -export-dynamic \
599 @TOOLKIT_COCOA_TRUE@ -headerpad_max_install_names
600@@ -554,7 +554,7 @@
601
602 @TOOLKIT_COCOA_FALSE@abiword_LDFLAGS = \
603 @TOOLKIT_COCOA_FALSE@ $(platform_ldflags) \
604-@TOOLKIT_COCOA_FALSE@ --no-undefined \
605+@TOOLKIT_COCOA_FALSE@ -Wl,--no-undefined \
606 @TOOLKIT_COCOA_FALSE@ -avoid-version \
607 @TOOLKIT_COCOA_FALSE@ -export-dynamic
608