CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: fixed build for pangocairo's stuff. Bumped to release 2.
[attic/ports/opt-cross.git] / gtmess / Pkgfile
index 82e2a476722b6381866b026383ca67fb506aa2d6..1f33014dcf18bf233332abb911d0bc58b9c5896d 100644 (file)
@@ -5,15 +5,16 @@
 # Depends on: ncurses
 
 name=gtmess
-version=0.96beta3
+version=0.96
 release=1
-source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz \
+        ${name}-${version}_valist.patch)
 
 build() {
   cd $name-$version
+  patch -p1 -i $SRC/${name}-${version}_valist.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --disable-nls \
               --prefix=/usr \
               --mandir=/usr/man
   make