mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
9 lines
502 B
Diff
9 lines
502 B
Diff
|
# Slackware ships a different version of XML DTDs:
|
||
|
zcat $CWD/patch/kdelibs/kdelibs.docbook.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|
||
|
# Make uPnP support depend on the environment variable SOLID_UPNP,
|
||
|
# e.g. by creating an /etc/profile.d/upnp.sh file with the following contents:
|
||
|
# export SOLID_UPNP=1
|
||
|
cat $CWD/patch/kdelibs/kdelibs.upnp_conditional.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|