openbsd-ports/games/frozen-bubble/files/wrapper.sh
sthen 21206b5a47 bodge frozen-bubble into working following changes to pthreads;
- 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
2012-09-02 20:52:35 +00:00

3 lines
89 B
Bash

#!/bin/sh
LD_PRELOAD=libpthread.so exec ${PREFIX}/libexec/frozen-bubble/`basename $0` $*