21206b5a47
- patch the Makefile to avoid p5-SDL version checks which require pthread functions - install a wrapper script to preload pthread/so before running frozen-bubble{,-editor} ok aja
3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
LD_PRELOAD=libpthread.so exec ${PREFIX}/libexec/frozen-bubble/`basename $0` $*
|