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.
 
 
 
 
 
 

10 lines
285 B

preconf_patch() {
# patch some false dependencies away in Makefile.ins
sed -ri 's,[^ ]*(src/core/fusion|src/core/modules.h|src/misc/debug.h)[^ ]*,,g' \
gfxdrivers/savage/Makefile.in inputdrivers/elo/Makefile.in \
inputdrivers/linux_input/Makefile.in
}
preconf="preconf_patch"