SOURCES: clips-automake.patch - use version 6.26 - link with local...

baggins baggins at pld-linux.org
Tue Sep 11 18:03:28 CEST 2007


Author: baggins                      Date: Tue Sep 11 16:03:28 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use version 6.26
- link with locally built library

---- Files affected:
SOURCES:
   clips-automake.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/clips-automake.patch
diff -u SOURCES/clips-automake.patch:1.2 SOURCES/clips-automake.patch:1.3
--- SOURCES/clips-automake.patch:1.2	Tue Sep 11 17:42:57 2007
+++ SOURCES/clips-automake.patch	Tue Sep 11 18:03:22 2007
@@ -15,7 +15,7 @@
 +lib_LTLIBRARIES = libclips.la
 +bin_PROGRAMS = clips
 +
-+libclips_la_LDFLAGS =  -version-info 6:24:0
++libclips_la_LDFLAGS =  -version-info 6:26:0
 +libclips_la_LIBADD =  -lm
 +
 +pkginclude_HEADERS = \
@@ -89,7 +89,7 @@
 +	userdata.c userfunctions.c utility.c watch.c
 +
 +clips_SOURCES = main.c
-+clips_LDADD = -lclips -lm
++clips_LDADD = libclips.la -lm
 diff -urN clipssrc/clipssrc/NEWS clipssrc/clipssrc--/NEWS
 --- clipssrc/clipssrc/NEWS	Thu Jan  1 01:00:00 1970
 +++ clipssrc/clipssrc--/NEWS	Tue Apr  9 20:37:58 2002
@@ -105,8 +105,8 @@
 +++ clipssrc/clipssrc--/configure.ac	Tue Apr  9 20:37:46 2002
 @@ -0,0 +1,27 @@
 +# Process this file with autoconf to produce a configure script.
-+AC_INIT(clips, 6.24)
-+AM_INIT_AUTOMAKE(clips, 6.24)
++AC_INIT(clips, 6.26)
++AM_INIT_AUTOMAKE(clips, 6.26)
 +AC_CONFIG_SRCDIR([agenda.c])
 +AM_CONFIG_HEADER([config.h])
 +
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clips-automake.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list