summaryrefslogtreecommitdiffstats
path: root/vlc/build/vlc-1.0.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-31 18:06:17 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-31 18:06:17 +0000
commitbf1338fe610ebc14581e3178d48b66544e473389 (patch)
tree404744ab1e3e89d789e66f954662f878bb69ed54 /vlc/build/vlc-1.0.SlackBuild
parent4d48f3f3f8fda28955cafd621804b36eed6d4c59 (diff)
downloadasb-bf1338fe610ebc14581e3178d48b66544e473389.tar.gz
asb-bf1338fe610ebc14581e3178d48b66544e473389.tar.xz
Keep trying to fix the schroedinger compilation
Diffstat (limited to 'vlc/build/vlc-1.0.SlackBuild')
-rwxr-xr-xvlc/build/vlc-1.0.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild
index 99ad57e7..330c2c7e 100755
--- a/vlc/build/vlc-1.0.SlackBuild
+++ b/vlc/build/vlc-1.0.SlackBuild
@@ -1712,10 +1712,13 @@ else
ARCHOPTS=""
fi
cd $TMP/tmp-$PRGNAM/schroedinger-$SCHROEDINGER
+# With "--disable-shared" schrodinger 1.0.8 refuses to compile errorfree,
+# unless this patch is applied:
+cat $SRCDIR/schroedinger-1.0.8_test.patch | patch -p1 --verbose \
+ 2>&1 | tee $OUTPUT/patch-${PRGNAM}_schroedinger.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="$SLKLDFLAGS" \
-# If I use "--disable-shared" then schrodinger 1.0.8 refuses to compile
PKG_CONFIG_PATH="$VLCDEPSDIR/usr/lib/pkgconfig" \
./configure --prefix=/usr \
--disable-shared \