SOURCES: dasher-as-needed.patch (NEW) - fixes build with as-needed

grzegol grzegol at pld-linux.org
Sat Aug 26 16:40:06 CEST 2006


Author: grzegol                      Date: Sat Aug 26 14:40:06 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes build with as-needed

---- Files affected:
SOURCES:
   dasher-as-needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dasher-as-needed.patch
diff -u /dev/null SOURCES/dasher-as-needed.patch:1.1
--- /dev/null	Sat Aug 26 16:40:06 2006
+++ SOURCES/dasher-as-needed.patch	Sat Aug 26 16:40:01 2006
@@ -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
================================================================


More information about the pld-cvs-commit mailing list