Initial commit contains ebuild for xf86-video-openchrome driver and modified ebuilds for
[openchrome.git] / x11-base / xorg-server / files / 1.4-fpic-libxf86config.patch
blobc3b9ebdd6c4ebeeb63cce2e4b0d84b0bebad8567
1 diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
2 index 849ee8b..1b49d48 100644
3 --- a/hw/xfree86/parser/Makefile.am
4 +++ b/hw/xfree86/parser/Makefile.am
5 @@ -25,7 +25,7 @@ libxf86config_a_SOURCES = \
6 DRI.c \
7 Extensions.c
9 -AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
10 +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) -fPIC
12 EXTRA_DIST = \
13 Configint.h \