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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/Makefile.am
0
++ src/Makefile.am
Lines 6-9 Link Here
6
	xsvg.c
6
	xsvg.c
7
7
8
AM_CFLAGS = $(X_CFLAGS) $(XSVG_CFLAGS)
8
AM_CFLAGS = $(X_CFLAGS) $(XSVG_CFLAGS)
9
xsvg_LDFLAGS = $(X_LIBS) $(XSVG_LIBS)
9
xsvg_LDADD = $(X_LIBS) $(XSVG_LIBS) -lX11 -lXrender

Return to bug 379591