summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesa3d/.footprint1
-rw-r--r--mesa3d/Pkgfile4
2 files changed, 3 insertions, 2 deletions
diff --git a/mesa3d/.footprint b/mesa3d/.footprint
index 754ec50fa..771e7e179 100644
--- a/mesa3d/.footprint
+++ b/mesa3d/.footprint
@@ -7,6 +7,7 @@ drwxr-xr-x root/root usr/include/GL/
-rw-r--r-- root/root usr/include/GL/fxmesa.h
-rw-r--r-- root/root usr/include/GL/ggimesa.h
-rw-r--r-- root/root usr/include/GL/gl_mangle.h
+-rw-r--r-- root/root usr/include/GL/glfbdev.h
-rw-r--r-- root/root usr/include/GL/glu_mangle.h
-rw-r--r-- root/root usr/include/GL/glx_mangle.h
-rw-r--r-- root/root usr/include/GL/mesa_wgl.h
diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile
index 7f8bd3c2e..e6c1082f3 100644
--- a/mesa3d/Pkgfile
+++ b/mesa3d/Pkgfile
@@ -6,7 +6,7 @@
name=mesa3d
version=6.4.2
-release=1
+release=2
source=(http://dl.sourceforge.net/$name/MesaLib-$version.tar.gz \
libGL.la)
@@ -19,7 +19,7 @@ build() {
# provided by x11 / freeglut
for f in gl.h glext.h glu.h glx.h glxext.h osmesa.h GLwDrawA.h GLwDrawAP.h\
- GLwMDrawA.h GLwMDrawAP.h glfbdev.h; do
+ GLwMDrawA.h GLwMDrawAP.h; do
rm $PKG/usr/include/GL/$f
done
cp $SRC/libGL.la $PKG/usr/lib

Generated by cgit