diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-06-04 13:56:59 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-06-04 13:57:10 +1000 |
commit | 8a4903efa1efadf49b67fe06bfef5a78e029e587 (patch) | |
tree | bbca6b8b3436ff3d5777ad99c1d681b8fd1fbf25 /hedgewars | |
parent | 4adef83a0786c70db768cf30045737c7b08157f7 (diff) | |
download | contrib-8a4903efa1efadf49b67fe06bfef5a78e029e587.tar.gz contrib-8a4903efa1efadf49b67fe06bfef5a78e029e587.tar.xz |
hedgewars: add missing patch change
Diffstat (limited to 'hedgewars')
-rw-r--r-- | hedgewars/hedgewars-0.9.15_unit-opengl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hedgewars/hedgewars-0.9.15_unit-opengl.patch b/hedgewars/hedgewars-0.9.15_unit-opengl.patch index b539c2f71..e26a89ef3 100644 --- a/hedgewars/hedgewars-0.9.15_unit-opengl.patch +++ b/hedgewars/hedgewars-0.9.15_unit-opengl.patch @@ -5,7 +5,7 @@ diff -pruN hedgewars-src-0.9.15.orig/hedgewars/CMakeLists.txt hedgewars-src-0.9. set(pascal_compiler ${fpc_executable}) set(pascal_compiler_flags ${noexecstack_flags} ${pascal_compiler_flags_cmn} ${hwengine_project}) -+set(pascal_compiler_flags "-O3" "-Xs" "-XD" "-Fu/usr/lib/fpc/2.4.2/units/i386-linux/opengl" ${pascal_compiler_flags}) ++set(pascal_compiler_flags "-O3" "-Xs" "-XD" "-Fu/usr/lib/fpc/2.4.4/units/i386-linux/opengl" ${pascal_compiler_flags}) #DEPENDECIES AND EXECUTABLES SECTION IF(NOT APPLE OR BUILD_ENGINE_LIBRARY) |