]> git.pld-linux.org Git - packages/dasher.git/commitdiff
- fixes build with as-needed
authorgrzegol <grzegol@pld-linux.org>
Sat, 26 Aug 2006 14:40:01 +0000 (14:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dasher-as-needed.patch -> 1.1

dasher-as-needed.patch [new file with mode: 0644]

diff --git a/dasher-as-needed.patch b/dasher-as-needed.patch
new file mode 100644 (file)
index 0000000..741618d
--- /dev/null
@@ -0,0 +1,25 @@
+diff -urN aaa/dasher-4.1.10/Src/Makefile.am dasher-4.1.10/Src/Makefile.am
+--- aaa/dasher-4.1.10/Src/Makefile.am  2006-08-21 23:25:30.000000000 +0200
++++ dasher-4.1.10/Src/Makefile.am      2006-08-26 16:14:52.331463136 +0200
+@@ -24,16 +24,16 @@
+       -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\"
+ dasher_LDADD = \
+-      $(GTK2BUILD_LIBS) \
+-      -lexpat \
+-      $(POPT_LIBS) \
+-      $(GPELIB) \
+       Common/libdashermisc.a \
+       Gtk2/libdashergtk.a \
+       Gtk2/libdashercontrol.a \
+       DasherCore/libdashercore.a \
+       DasherCore/LanguageModelling/libdasherlm.a \
+-      DasherCore/Alphabet/libdasheralphabet.a
++      DasherCore/Alphabet/libdasheralphabet.a \
++      $(GTK2BUILD_LIBS) \
++      -lexpat \
++      $(POPT_LIBS) \
++      $(GPELIB)
+ endif
+ if DOQTE
This page took 0.065658 seconds and 4 git commands to generate.