mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
3 lines
220 B
Diff
3 lines
220 B
Diff
|
# Removing xv from xvmc.pc breaks building Mesa so restore it for now:
|
||
|
zcat $CWD/patch/libXvMC/libXvMC.restore.xv.to.xvmc.pc.diff.gz | patch -p1 --verbose || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|