File brikx-fix-rpath.patch of Package brikx
Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -3117,11 +3117,11 @@ if test -n "$LIBSDL_CONFIG"; then -L*) LIBSDL_RPATH="$LIBSDL_RPATH $args" ;; esac done - LIBSDL_RPATH=`echo $LIBSDL_RPATH | sed -e "s/-L/-R/g"` + LIBSDL_RPATH=`echo $LIBSDL_RPATH | sed -e "s/-L/-Wl,-rpath /g"` LIBSDL_CFLAGS="`$LIBSDL_CONFIG --cflags`" cat >>confdefs.h <<_ACEOF #define HAVE_LIBSDL 1