diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-09 17:14:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-09 17:14:47 +0000 |
commit | 6bd83a1532af5503290c1488b3d52e45d489c960 (patch) | |
tree | 80bd89c79df867e4a0e673dcee0a1b2da566c7b4 /x11-libs/libdrm/files | |
parent | Version bump (diff) | |
download | gentoo-2-6bd83a1532af5503290c1488b3d52e45d489c960.tar.gz gentoo-2-6bd83a1532af5503290c1488b3d52e45d489c960.tar.bz2 gentoo-2-6bd83a1532af5503290c1488b3d52e45d489c960.zip |
Fix build issues. Per bug #265549.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libdrm/files')
-rw-r--r-- | x11-libs/libdrm/files/2.4.6-makefile.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/libdrm/files/2.4.6-makefile.patch b/x11-libs/libdrm/files/2.4.6-makefile.patch new file mode 100644 index 000000000000..61bee916ca64 --- /dev/null +++ b/x11-libs/libdrm/files/2.4.6-makefile.patch @@ -0,0 +1,22 @@ +From 1faab66cfd1a854925da6ff7109aa614292dea90 Mon Sep 17 00:00:00 2001 +From: Dave Airlie <airlied@linux.ie> +Date: Mon, 06 Apr 2009 23:26:32 +0000 +Subject: drm: fix test makefile + +no idea if this is correct but it works so meh +--- +diff --git a/tests/Makefile.am b/tests/Makefile.am +index bc99447..e5e9fc4 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -2,6 +2,8 @@ AM_CFLAGS = \ + -I $(top_srcdir)/shared-core \ + -I $(top_srcdir)/libdrm + ++AM_LDFLAGS = $(top_builddir)/libdrm/libdrm.la ++ + noinst_PROGRAMS = \ + dristat \ + drmstat +-- +cgit v0.8.2 |