CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpcap: removed commented lines
[attic/ports/opt-cross.git] / libjpeg / libjpeg-6b.cross_compile.patch
1 diff -purN jpeg-6b.orig/configure jpeg-6b/configure
2 --- jpeg-6b.orig/configure 2009-10-22 15:48:35.000000000 +0200
3 +++ jpeg-6b/configure 2009-10-22 22:26:41.000000000 +0200
4 @@ -1559,7 +1559,7 @@ if test $USELIBTOOL = yes; then
5 if test "x$LTSTATIC" = xno; then
6 disable_static="--disable-static"
7 fi
8 - $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh
9 + $srcdir/ltconfig $disable_shared $disable_static $srcdir/ltmain.sh i386-pc-linux-gnu
10 fi
11
12 # Select memory manager depending on user input.