summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Le <r0bertz@gentoo.org>2007-10-18 01:27:56 +0800
committerZhang Le <r0bertz@gentoo.org>2007-10-18 01:27:56 +0800
commitd62ee96d5c12e99a2afa60007ae300bad66528c4 (patch)
tree5038b2821ddb64112adbf3bcd5386bc787144e63 /x11-base/xorg-server/files/1.4-fpic-libxf86config.patch
parentadd mldonkey-2.9.1.ebuild (diff)
downloadloongson-d62ee96d5c12e99a2afa60007ae300bad66528c4.tar.gz
loongson-d62ee96d5c12e99a2afa60007ae300bad66528c4.tar.bz2
loongson-d62ee96d5c12e99a2afa60007ae300bad66528c4.zip
add xorg-server-1.4-r2.ebuild
Signed-off-by: Zhang Le <r0bertz@gentoo.org>
Diffstat (limited to 'x11-base/xorg-server/files/1.4-fpic-libxf86config.patch')
-rw-r--r--x11-base/xorg-server/files/1.4-fpic-libxf86config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-base/xorg-server/files/1.4-fpic-libxf86config.patch b/x11-base/xorg-server/files/1.4-fpic-libxf86config.patch
new file mode 100644
index 0000000..c3b9ebd
--- /dev/null
+++ b/x11-base/xorg-server/files/1.4-fpic-libxf86config.patch
@@ -0,0 +1,13 @@
+diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
+index 849ee8b..1b49d48 100644
+--- a/hw/xfree86/parser/Makefile.am
++++ b/hw/xfree86/parser/Makefile.am
+@@ -25,7 +25,7 @@ libxf86config_a_SOURCES = \
+ DRI.c \
+ Extensions.c
+
+-AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
++AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) -fPIC
+
+ EXTRA_DIST = \
+ Configint.h \