CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gtmess: Fixed va_list error.
[attic/ports/opt-cross.git] / gtmess / Pkgfile
index 82e2a476722b6381866b026383ca67fb506aa2d6..1978b2bb33a354ae2656eebaf0e5ee25acb79df9 100644 (file)
@@ -6,14 +6,15 @@
 
 name=gtmess
 version=0.96beta3
-release=1
-source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+release=2
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
+        gtmess-0.96beta3_valist.patch)
 
 build() {
   cd $name-$version
+  patch -p1 -i $SRC/gtmess-0.96beta3_valist.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --disable-nls \
               --prefix=/usr \
               --mandir=/usr/man
   make