CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
win32-essential-codecs: Initial import (verified compilation).
[attic/ports/opt-cross.git] / tslib / Pkgfile
index 24f69f0d56e6270ca78b8f4ded81703ab63c9f2b..00b9bdb574564946ddcf6c0b04d91b7ed46c6b53 100644 (file)
@@ -5,13 +5,15 @@
 
 name=tslib
 version=1.0
-release=1
+release=2
 source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
 
 build () {
   cd $name-$version
   
   ./autogen.sh
+  sed 's|LIBFLAGS="|LIBFLAGS="-DUSE_INPUT_API |' -i configure
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \