Package: etw / 3.6+svn162-3

Metadata

Package Version Patches format
etw 3.6+svn162-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Modify Makefile.linux.patch | (download)

etw/Makefile.linux | 13 10 + 3 - 0 !
1 file changed, 10 insertions(+), 3 deletions(-)

 modify makefile.linux

Enables pthread linking for better portability and patches the Makefile
to enable hardening.
Note: Enabling all hardening features is possible but leads to a buggy and
unusable game. For now CFLAGS and CPPFLAGS provided by dpkg-buildflags are
disabled.

Change datadir.patch | (download)

etw/include/os_defs.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change datadir


Build on kFreeBSD and Hurd.patch | (download)

etw/Makefile | 2 1 + 1 - 0 !
etw/etw.c | 10 5 + 5 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 build on kfreebsd and hurd

We need to make the Makefile aware of kFreeBSD and Hurd.

Fix conflicting types for drawtext declaration.patch | (download)

etw/include/menu_externs.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix conflicting types for drawtext declaration

change configuration path.patch | (download)

etw/menu_config.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 change-configuration-path

Per default the configuration is loaded from /usr/share/games/etw instead
of $HOME/.etw/. This patch fixes the issue.

do not use PATH_MAX.patch | (download)

etw/etw.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not use path_max