From 0ef597c1efccb478f2ea27b9aa8088500aff0b2c Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Wed, 8 Oct 2008 12:21:45 +0200 Subject: [PATCH] Patch no longer required (included upstream, see 84f210) --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index e76322f..049b3b2 100755 --- a/build.sh +++ b/build.sh @@ -338,9 +338,6 @@ build_generic_win32() FREETYPE2_INCLUDE_DIR="$ROOT/install/include" FREETYPE2_LIBRARIES="$ROOT/install/lib/libfreetype.a" patch CMakeLists.txt < $ROOT/patches/CMakeLists.txt.oglft.patch >> $LOGFILE 2>&1 || failure - # patch: build static lib instead of shared - cd $ROOT/3rdparty/oglft/liboglft || failure - patch CMakeLists.txt < $ROOT/patches/CMakeLists.txt.liboglft.patch >> $LOGFILE 2>&1 || failure cp $ROOT/patches/toolchain-linux-mingw.oglft.cmake $ROOT/build/oglft >> $LOGFILE 2>&1 || failure export OGLFT_INSTALL=$ROOT/install echo "Building OGLFT..." | tee -a $LOGFILE -- GitLab