SOURCES: sofa-as-needed.patch (NEW) - added

aredridel aredridel at pld-linux.org
Sat Jun 9 19:55:19 CEST 2007


Author: aredridel                    Date: Sat Jun  9 17:55:19 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SOURCES/sofa-as-needed.patch
diff -u /dev/null SOURCES/sofa-as-needed.patch:1.1
--- /dev/null	Sat Jun  9 19:55:19 2007
+++ SOURCES/sofa-as-needed.patch	Sat Jun  9 19:55:14 2007
@@ -0,0 +1,19 @@
+diff -ur sofa-0.2.2-o/src/Makefile.am sofa-0.2.2/src/Makefile.am
+--- sofa-0.2.2-o/src/Makefile.am	2007-06-06 10:17:15.000000000 -0600
++++ sofa-0.2.2/src/Makefile.am	2007-06-09 11:54:37.000000000 -0600
+@@ -31,13 +31,13 @@
+                sofa-i18n.h \
+                debug.h debug.cpp
+                
+-libsofa_la_LIBADD = @LIBLTDL@ 
++libsofa_la_LIBADD = @LIBLTDL@ $(DEPS_LIBS)
+ 
+ 
+ bin_PROGRAMS = sofa
+ sofa_SOURCES = sofa.cpp modules/modulemanager.cpp modules/modulemanager.h 
+                
+-sofa_LDADD = @LIBLTDL@ $(DEPS_LIBS) libsofa.la
++sofa_LDADD = @LIBLTDL@ libsofa.la $(DEPS_LIBS) 
+ AM_CPPFLAGS = $(DEPS_CFLAGS) \
+               -DPIXMAPS_DIR=\""$(datadir)/pixmaps"\"  \
+               -DMODULESDIR=\"$(prefix)/lib/sofa/modules\" 
================================================================


More information about the pld-cvs-commit mailing list