diff options
Diffstat (limited to 'games/glestae/glestae.SlackBuild')
-rw-r--r-- | games/glestae/glestae.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/glestae/glestae.SlackBuild b/games/glestae/glestae.SlackBuild index 87c181721a..5387e89706 100644 --- a/games/glestae/glestae.SlackBuild +++ b/games/glestae/glestae.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glestae -VERSION=0.3.1 +VERSION=0.3.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,6 @@ cd build -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DGAE_USE_PHYSFS=ON \ -DBUILD_TYPE=Release .. make VERBOSE=1 |