CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / dillo / dillo-2.2.cross_compile.patch
1 diff -purN dillo-2.2.orig/configure dillo-2.2/configure
2 --- dillo-2.2.orig/configure 2010-02-18 09:10:13.000000000 +0100
3 +++ dillo-2.2/configure 2010-02-18 09:13:20.000000000 +0100
4 @@ -6059,6 +6059,7 @@ fi
5
6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking FLTK2" >&5
7 $as_echo_n "checking FLTK2... " >&6; }
8 +if test "x$LIBFLTK_LIBS" = "x" && test "x$LIBFLTK_CFLAGS" != "x"; then
9 if sh -c "fltk2-config --version" >/dev/null 2>&1
10 then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11 $as_echo "yes" >&6; }
12 @@ -6069,7 +6070,7 @@ else { $as_echo "$as_me:${as_lineno-$LIN
13 $as_echo "no" >&6; }
14 as_fn_error "FLTK2 must be installed!" "$LINENO" 5
15 fi
16 -
17 +fi
18
19 if test "x$enable_jpeg" = "xyes"; then
20 ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"