/[packages]/cauldron/anjuta/current/SOURCES/anjuta-2.29.4.0-fix-linking.patch
ViewVC logotype

Contents of /cauldron/anjuta/current/SOURCES/anjuta-2.29.4.0-fix-linking.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70193 - (show annotations) (download)
Sat Mar 12 21:04:42 2011 UTC (13 years, 1 month ago) by obgr_seneca
File size: 1040 byte(s)
imported package anjuta
1 diff -p -up anjuta-2.29.4.0/plugins/js-debugger/Makefile.am~ anjuta-2.29.4.0/plugins/js-debugger/Makefile.am
2 --- anjuta-2.29.4.0/plugins/js-debugger/Makefile.am~ 2009-12-21 17:25:22.000000000 +0100
3 +++ anjuta-2.29.4.0/plugins/js-debugger/Makefile.am 2009-12-22 20:59:40.000000000 +0100
4 @@ -40,7 +40,7 @@ libjs_debugger_la_SOURCES = debugger-js.
5
6 # Plugin dependencies
7 libjs_debugger_la_LIBADD = \
8 - $(LIBANJUTA_LIBS)
9 + $(LIBANJUTA_LIBS) $(GTK_LIBS)
10
11 EXTRA_DIST = \
12 $(plugin_in_files) \
13 diff -p -up anjuta-2.29.4.0/plugins/language-support-js/Makefile.am~ anjuta-2.29.4.0/plugins/language-support-js/Makefile.am
14 --- anjuta-2.29.4.0/plugins/language-support-js/Makefile.am~ 2009-12-22 19:55:05.000000000 +0100
15 +++ anjuta-2.29.4.0/plugins/language-support-js/Makefile.am 2009-12-22 21:09:03.000000000 +0100
16 @@ -54,7 +54,7 @@ y.tab.c y.tab.h lex.yy.c lex.yy.h js-nod
17
18 # Plugin dependencies
19 libjs_support_plugin_la_LIBADD = \
20 - $(LIBANJUTA_LIBS)
21 + $(LIBANJUTA_LIBS) $(GTK_LIBS) $(LIBXML_LIBS)
22
23 EXTRA_DIST = \
24 $(plugin_in_files)\

  ViewVC Help
Powered by ViewVC 1.1.30