mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
267 B

minisip_pc() {
if [[ $xsrctar = *minisip* ]] ; then
patch -p1 < $confdir/gtk-include-path-fix.diff
fi
}
hook_add preconf 3 minisip_pc
# without this the package fails to
# build when compiling with -O1 ...
var_append GCC_WRAPPER_APPEND " " "-funit-at-a-time"