CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xev: initial import (verified compilation)
[attic/ports/xorg-cross.git] / xorg-xf86bigfontproto / Pkgfile
index 2644ebb46d986ae388cca088acc927087ae9ab60..2c62f595349347084a0b288809dd50ec7be9d23c 100644 (file)
@@ -5,7 +5,7 @@
 
 name=xorg-xf86bigfontproto
 version=1.1.2
-release=1
+release=2
 source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
 
 build() {
@@ -17,4 +17,8 @@ build() {
 
   make
   make DESTDIR=$PKG install
+
+  # xf86bigfstr.h is obsolete and may be removed in the future
+  # copy xf86bigfstr.h to xf86bigfproto.h for consistency with other modules
+  cp $PKG/usr/include/X11/extensions/xf86bigf{str,proto}.h
 }