summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-07-22 21:49:30 +0000
committertnn <tnn@pkgsrc.org>2008-07-22 21:49:30 +0000
commit98583501b6b8386805fa82a8ad0edc2a5310593b (patch)
tree18ca37c85cb129daeb84d0582ccdee7cacb95838 /x11
parentd0f034a4b5dd6a15fa5aeb65037d03eafa364df8 (diff)
downloadpkgsrc-98583501b6b8386805fa82a8ad0edc2a5310593b.tar.gz
fix cross-compile
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-radeonhd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xf86-video-radeonhd/Makefile b/x11/xf86-video-radeonhd/Makefile
index 59118d1da57..05ba5e00a0b 100644
--- a/x11/xf86-video-radeonhd/Makefile
+++ b/x11/xf86-video-radeonhd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:19 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/22 21:49:30 tnn Exp $
#
DISTNAME= xf86-video-radeonhd-1.2.1
@@ -16,6 +16,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
+CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_atombios_h=yes
+CONFIGURE_ENV+= ac_cv_file___src_AtomBios_includes_Decoder_h=yes
+
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"