pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41044: x11/alacarte (and, hence, gnome) build broken
Matthias Drochner writes:
>
> joerg%britannica.bec.de@localhost said:
> > It should try to *link* this, not just compile.
>
> Yes, that would be safer.
> But to get that accepted upstream we need a stronger
> argument than "somewhone whose compiler is messed up".
The enclosed change gets py-gobject building with the appropriate
bits, and gets x11/alacarte building again. I leave it to pkgsrc
folks to figure out the correct solution here :)
Later...
Greg Oster
*** configure.orig Fri Mar 20 19:36:43 2009
--- configure Fri Mar 20 19:37:18 2009
***************
*** 13043,13055 ****
}
_ACEOF
rm -f conftest.$ac_objext
! if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
! (eval "$ac_compile") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
--- 13043,13055 ----
}
_ACEOF
rm -f conftest.$ac_objext
! if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
! (eval "$ac_link") 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
Home |
Main Index |
Thread Index |
Old Index