ports/xorg (2.4): mesa3d: honor .
27 Jun
2008
27 Jun
'08
12:23 p.m.
commit d97361696edac5c07293d309f533973eb7ae5f6b Author: Tilman Sauerbeck <tilman@crux.nu> Date: Fri Jun 27 14:23:27 2008 +0200 mesa3d: honor $CC. Fixes bug #311. diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index f561364..b2e8f95 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -22,6 +22,11 @@ OPT_FLAGS = $CFLAGS GLUT_LIB = m EOF + # Honor $CC + if [ -n "$CC" ]; then + echo "CC=$CC" >> configs/linux-dri + fi + # nouveau is broken w/ libdrm 2.3.0 sed -i -e 's/nouveau//' configs/linux-dri
6046
Age (days ago)
6046
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu