CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: updated to 1.24.5 and fixed issues with autofolks stuff. Also updated the...
[attic/ports/opt-cross.git] / rdesktop / Pkgfile
index 54592cf687a3435b3e131ba7eb55c8b1dfd9adf7..18806d4a48ca40222dc514c2e13c12afc384ac5c 100644 (file)
@@ -2,7 +2,7 @@
 # URL: http://www.rdesktop.org/
 # Packager: Simone Rota, sip at crux dot nu
 # Maintainer:  Thomas Penteker, tek at serverop dot de
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: xorg-libx11
 
 name=rdesktop
@@ -16,7 +16,7 @@ build(){
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
-
+  sed -e "s|-L/usr/lib|-L$CLFS/usr/lib|g" -i Makefile
   make
   make prefix=$PKG/usr mandir=$PKG/usr/man install
 }