Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)cnijfilter-2.70/cngpijmon/src/Makefile.am (-1 / +1 lines)
Lines 19-23 Link Here
19
	interface.c interface.h support.c support.h 
19
	interface.c interface.h support.c support.h 
20
20
21
21
22
cngpijmon_LDADD = @GTK_LIBS@ $(INTLLIBS) -lxml -lcups 
22
cngpijmon_LDADD = @GTK_LIBS@ $(INTLLIBS) -lxml2 -lcups 
23
23
(-)cnijfilter-2.70/printui/src/keytext.c (-1 / +1 lines)
Lines 37-43 Link Here
37
#ifdef	USE_LIB_GLADE
37
#ifdef	USE_LIB_GLADE
38
#	include <glade/glade.h>
38
#	include <glade/glade.h>
39
#endif
39
#endif
40
#include <gnome-xml/parser.h>
40
#include <libxml2/libxml/parser.h>
41
#include <string.h>
41
#include <string.h>
42
42
43
#ifndef	USE_LIB_GLADE
43
#ifndef	USE_LIB_GLADE
(-)cnijfilter-2.70/printui/src/Makefile.am (-1 / +1 lines)
Lines 41-47 Link Here
41
#printui_CFLAGS = -O2 -Wall
41
#printui_CFLAGS = -O2 -Wall
42
printui_CFLAGS = -O2 -Wall @UI_DFLAGS@
42
printui_CFLAGS = -O2 -Wall @UI_DFLAGS@
43
43
44
printui_LDADD = @GTK_LIBS@ -lxml -lpopt \
44
printui_LDADD = @GTK_LIBS@ -lxml2 -lpopt \
45
  -lcnbpcnclui@CNCL_LIB_ID@ -lcnbpcmcm@CNCL_LIB_ID@
45
  -lcnbpcnclui@CNCL_LIB_ID@ -lcnbpcmcm@CNCL_LIB_ID@
46
46
47
printui_LDFLAGS = -L../../@CNCL_LIB_ID@/libs_bin
47
printui_LDFLAGS = -L../../@CNCL_LIB_ID@/libs_bin

Return to bug 130645