***** infoCopter.com/perl *****

patch gdome-config



# diff gdome-config gdome-config_bak1

3,4c3,4
< prefix="/usr"
< exec_prefix="/usr"
---
> prefix="/usr/local"
> exec_prefix="${prefix}"
63c63
<       echo 0.7.2
---
>       echo 0.8.1
86,87c86,87
< the_libs="$the_libs -L${exec_prefix}/lib -lgdome `/usr/bin/glib-config --libs` `xml2-config --libs`"
< the_flags="$the_flags -I${prefix}/include -I${prefix}/include/libgdome `/usr/bin/glib-config --cflags` `xml2-config --cflags`"
---
> the_libs="$the_libs -L${exec_prefix}/lib -lgdome ` --libs` `xml2-config --libs`"
> the_flags="$the_flags -I${prefix}/include -I${prefix}/include/libgdome ` --cflags` `xml2-config --cflags`"
© reto :)