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

Collapse All | Expand All

(-)libXvMC-1.0.1/src/Makefile.in (-1 / +1 lines)
Lines 15-21 Link Here
15
libXvMCW_la_LIBADD = @XVMC_LIBS@
15
libXvMCW_la_LIBADD = @XVMC_LIBS@
16
libXvMCW_la_CFLAGS =				\
16
libXvMCW_la_CFLAGS =				\
17
	$(AM_CFLAGS)				\
17
	$(AM_CFLAGS)				\
18
	-DXVMC_CONFIGDIR=XConfigDir		\
18
	-DXVMC_CONFIGDIR="/etc/X11"		\
19
	-DXVMC_SOVERSION=\".1.0\"		\
19
	-DXVMC_SOVERSION=\".1.0\"		\
20
	-DXV_SOVERSION=\".1.0\"
20
	-DXV_SOVERSION=\".1.0\"
21
21

Return to bug 127143