CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / blackbox / blackbox-0.70.1.cross_compile.patch
1 diff -purN blackbox-0.70.1.orig/configure blackbox-0.70.1/configure
2 --- blackbox-0.70.1.orig/configure 2009-12-19 11:07:07.000000000 +0100
3 +++ blackbox-0.70.1/configure 2009-12-19 11:09:39.000000000 +0100
4 @@ -1980,12 +1980,8 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
5
6 test "x$prefix" = "xNONE" && prefix="$ac_default_prefix"
7
8 -CPPFLAGS="$CPPFLAGS -I$prefix/include"
9 -LDFLAGS="$LDFLAGS -L$prefix/lib"
10 -if test "x$prefix" != "x/usr/local"; then
11 - CPPFLAGS="$CPPFLAGS -I/usr/local/include"
12 - LDFLAGS="$LDFLAGS -L/usr/local/lib"
13 -fi
14 +CPPFLAGS="$CPPFLAGS"
15 +LDFLAGS="$LDFLAGS"
16
17 ac_ext=c
18 ac_cpp='$CPP $CPPFLAGS'