SOURCES: gnome-libs-am16.patch - applied quotation fix from am18 p...
qboosh
qboosh at pld-linux.org
Sun Aug 27 11:39:59 CEST 2006
Author: qboosh Date: Sun Aug 27 09:39:59 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- applied quotation fix from am18 patch
- removed plainly wrong support/Makefile.am change
---- Files affected:
SOURCES:
gnome-libs-am16.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/gnome-libs-am16.patch
diff -u SOURCES/gnome-libs-am16.patch:1.1 SOURCES/gnome-libs-am16.patch:1.2
--- SOURCES/gnome-libs-am16.patch:1.1 Sat Aug 17 14:05:49 2002
+++ SOURCES/gnome-libs-am16.patch Sun Aug 27 11:39:54 2006
@@ -17,7 +17,7 @@
AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf vsnprintf)
- AC_CHECK_FUNCS(realpath,,LIBOBJS="$LIBOBJS canonicalize.o")
-+ AC_CHECK_FUNCS(realpath, [], AC_LIBOBJ(canonicalize))
++ AC_CHECK_FUNCS(realpath, [], [AC_LIBOBJ(canonicalize)])
# to include `error.c' error.c has some HAVE_* checks
AC_CHECK_FUNCS(vprintf doprnt strerror_r)
@@ -37,14 +37,3 @@
- LIBOBJS="$save_LIBOBJS"
AM_CONDITIONAL(BUILD_GNOME_SUPPORT, test "$need_gnome_support" = yes)
])
---- gnome-libs-1.4.2/support/Makefile.am~ Sat Aug 17 08:06:50 2002
-+++ gnome-libs-1.4.2/support/Makefile.am Sat Aug 17 08:06:50 2002
-@@ -22,7 +22,7 @@
- popt_sources = findme.c poptconfig.c poptparse.c popt.c popthelp.c
-
- libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
--libgnomesupport_la_LIBADD = @LTLIBOBJS@
-+libgnomesupport_la_LIBADD = $(AC_LIBOBJS)
- libgnomesupport_la_LDFLAGS = -version-info 0:0:0
-
- BUILT_SOURCES = gnomesupport.h
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/gnome-libs-am16.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list